kernel/eka/compsupp/gcce/bld.inf
author William Roberts <williamr@symbian.org>
Thu, 29 Jul 2010 23:52:13 +0100
branchGCC_SURGE
changeset 237 2604c9de91e0
parent 174 6daca646fad6
permissions -rw-r--r--
Add ksrt_gcce.lib with ucppini.cpp and ucppfini.cpp, as new fix for bug 3359 Remove the older fix which added ksrt4_0.lib as a static library in lots of places
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
154
eafca448bc37 Another rework for Bug 2926 - add a separate bld.inf in gcce, to be used in Symbian Foundation builds
William Roberts <williamr@symbian.org>
parents:
diff changeset
     1
// Copyright (c) 2010 Symbian Foundation Ltd
eafca448bc37 Another rework for Bug 2926 - add a separate bld.inf in gcce, to be used in Symbian Foundation builds
William Roberts <williamr@symbian.org>
parents:
diff changeset
     2
// This component and the accompanying materials are made available
eafca448bc37 Another rework for Bug 2926 - add a separate bld.inf in gcce, to be used in Symbian Foundation builds
William Roberts <williamr@symbian.org>
parents:
diff changeset
     3
// under the terms of the License "Eclipse Public License v1.0"
eafca448bc37 Another rework for Bug 2926 - add a separate bld.inf in gcce, to be used in Symbian Foundation builds
William Roberts <williamr@symbian.org>
parents:
diff changeset
     4
// which accompanies this distribution, and is available
eafca448bc37 Another rework for Bug 2926 - add a separate bld.inf in gcce, to be used in Symbian Foundation builds
William Roberts <williamr@symbian.org>
parents:
diff changeset
     5
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
eafca448bc37 Another rework for Bug 2926 - add a separate bld.inf in gcce, to be used in Symbian Foundation builds
William Roberts <williamr@symbian.org>
parents:
diff changeset
     6
//
eafca448bc37 Another rework for Bug 2926 - add a separate bld.inf in gcce, to be used in Symbian Foundation builds
William Roberts <williamr@symbian.org>
parents:
diff changeset
     7
// Initial Contributors:
eafca448bc37 Another rework for Bug 2926 - add a separate bld.inf in gcce, to be used in Symbian Foundation builds
William Roberts <williamr@symbian.org>
parents:
diff changeset
     8
// Symbian Foundation Ltd - initial contribution.
eafca448bc37 Another rework for Bug 2926 - add a separate bld.inf in gcce, to be used in Symbian Foundation builds
William Roberts <williamr@symbian.org>
parents:
diff changeset
     9
//
eafca448bc37 Another rework for Bug 2926 - add a separate bld.inf in gcce, to be used in Symbian Foundation builds
William Roberts <williamr@symbian.org>
parents:
diff changeset
    10
// Contributors:
eafca448bc37 Another rework for Bug 2926 - add a separate bld.inf in gcce, to be used in Symbian Foundation builds
William Roberts <williamr@symbian.org>
parents:
diff changeset
    11
//
eafca448bc37 Another rework for Bug 2926 - add a separate bld.inf in gcce, to be used in Symbian Foundation builds
William Roberts <williamr@symbian.org>
parents:
diff changeset
    12
// Description:
eafca448bc37 Another rework for Bug 2926 - add a separate bld.inf in gcce, to be used in Symbian Foundation builds
William Roberts <williamr@symbian.org>
parents:
diff changeset
    13
// GCC runtime support
eafca448bc37 Another rework for Bug 2926 - add a separate bld.inf in gcce, to be used in Symbian Foundation builds
William Roberts <williamr@symbian.org>
parents:
diff changeset
    14
// 
eafca448bc37 Another rework for Bug 2926 - add a separate bld.inf in gcce, to be used in Symbian Foundation builds
William Roberts <williamr@symbian.org>
parents:
diff changeset
    15
//
eafca448bc37 Another rework for Bug 2926 - add a separate bld.inf in gcce, to be used in Symbian Foundation builds
William Roberts <williamr@symbian.org>
parents:
diff changeset
    16
eafca448bc37 Another rework for Bug 2926 - add a separate bld.inf in gcce, to be used in Symbian Foundation builds
William Roberts <williamr@symbian.org>
parents:
diff changeset
    17
PRJ_PLATFORMS
eafca448bc37 Another rework for Bug 2926 - add a separate bld.inf in gcce, to be used in Symbian Foundation builds
William Roberts <williamr@symbian.org>
parents:
diff changeset
    18
eafca448bc37 Another rework for Bug 2926 - add a separate bld.inf in gcce, to be used in Symbian Foundation builds
William Roberts <williamr@symbian.org>
parents:
diff changeset
    19
ARMV5
eafca448bc37 Another rework for Bug 2926 - add a separate bld.inf in gcce, to be used in Symbian Foundation builds
William Roberts <williamr@symbian.org>
parents:
diff changeset
    20
eafca448bc37 Another rework for Bug 2926 - add a separate bld.inf in gcce, to be used in Symbian Foundation builds
William Roberts <williamr@symbian.org>
parents:
diff changeset
    21
PRJ_EXPORTS
eafca448bc37 Another rework for Bug 2926 - add a separate bld.inf in gcce, to be used in Symbian Foundation builds
William Roberts <williamr@symbian.org>
parents:
diff changeset
    22
eafca448bc37 Another rework for Bug 2926 - add a separate bld.inf in gcce, to be used in Symbian Foundation builds
William Roberts <williamr@symbian.org>
parents:
diff changeset
    23
// Workaround for GCCE builds
eafca448bc37 Another rework for Bug 2926 - add a separate bld.inf in gcce, to be used in Symbian Foundation builds
William Roberts <williamr@symbian.org>
parents:
diff changeset
    24
// Export the generic binaries which are currently only built with RVCT
eafca448bc37 Another rework for Bug 2926 - add a separate bld.inf in gcce, to be used in Symbian Foundation builds
William Roberts <williamr@symbian.org>
parents:
diff changeset
    25
eafca448bc37 Another rework for Bug 2926 - add a separate bld.inf in gcce, to be used in Symbian Foundation builds
William Roberts <williamr@symbian.org>
parents:
diff changeset
    26
:zip ..\rt_generic_export.zip
174
6daca646fad6 Switch the GCCE bootstrapping compsupp bld.inf to export the RVCT 4.0 runtime - bug 3073
William Roberts <williamr@symbian.org>
parents: 154
diff changeset
    27
:zip ..\rt_4_0_export.zip
154
eafca448bc37 Another rework for Bug 2926 - add a separate bld.inf in gcce, to be used in Symbian Foundation builds
William Roberts <williamr@symbian.org>
parents:
diff changeset
    28
eafca448bc37 Another rework for Bug 2926 - add a separate bld.inf in gcce, to be used in Symbian Foundation builds
William Roberts <williamr@symbian.org>
parents:
diff changeset
    29
PRJ_MMPFILES
eafca448bc37 Another rework for Bug 2926 - add a separate bld.inf in gcce, to be used in Symbian Foundation builds
William Roberts <williamr@symbian.org>
parents:
diff changeset
    30
237
2604c9de91e0 Add ksrt_gcce.lib with ucppini.cpp and ucppfini.cpp, as new fix for bug 3359
William Roberts <williamr@symbian.org>
parents: 174
diff changeset
    31
ksrt_gcce
2604c9de91e0 Add ksrt_gcce.lib with ucppini.cpp and ucppfini.cpp, as new fix for bug 3359
William Roberts <williamr@symbian.org>
parents: 174
diff changeset
    32
// usrt_gcce   // not yet working