# HG changeset patch # User William Roberts # Date 1276618256 -3600 # Node ID eafca448bc3713ba808a4d44bfc443a9900d5bf9 # Parent 1f2940c968a94c29e25eb50de19d86b0d21e66b3 Another rework for Bug 2926 - add a separate bld.inf in gcce, to be used in Symbian Foundation builds Later on, this can be the place where the EPL source for GCC runtime support is added. diff -r 1f2940c968a9 -r eafca448bc37 kernel/eka/compsupp/bld.inf --- a/kernel/eka/compsupp/bld.inf Tue Jun 15 16:21:40 2010 +0100 +++ b/kernel/eka/compsupp/bld.inf Tue Jun 15 17:10:56 2010 +0100 @@ -29,15 +29,6 @@ compsupp.iby /epoc32/rom/include/ -#if defined(GCCE) -// Workaround for GCCE builds -// Export the generic binaries which are currently only built with RVCT - -:zip rt_generic_export.zip -:zip rt_3_1_export.zip -#endif - - PRJ_MMPFILES #if !defined GCCXML diff -r 1f2940c968a9 -r eafca448bc37 kernel/eka/compsupp/gcce/bld.inf --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/kernel/eka/compsupp/gcce/bld.inf Tue Jun 15 17:10:56 2010 +0100 @@ -0,0 +1,33 @@ +// Copyright (c) 2010 Symbian Foundation Ltd +// This component and the accompanying materials are made available +// under the terms of the License "Eclipse Public License v1.0" +// which accompanies this distribution, and is available +// at the URL "http://www.eclipse.org/legal/epl-v10.html". +// +// Initial Contributors: +// Symbian Foundation Ltd - initial contribution. +// +// Contributors: +// +// Description: +// GCC runtime support +// +// + +PRJ_PLATFORMS + +ARMV5 + + +PRJ_EXPORTS + +// Workaround for GCCE builds +// Export the generic binaries which are currently only built with RVCT + +:zip ..\rt_generic_export.zip +:zip ..\rt_3_1_export.zip + +PRJ_MMPFILES + +// none - (yet) +