author | William Roberts <williamr@symbian.org> |
Fri, 28 May 2010 17:11:06 +0100 | |
branch | RCL_3 |
changeset 138 | 23c4ec5a1df9 |
parent 136 | 743008598095 |
parent 78 | 9bd66cf1e0e0 |
permissions | -rw-r--r-- |
0 | 1 |
// Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies). |
2 |
// All rights reserved. |
|
3 |
// This component and the accompanying materials are made available |
|
4 |
// under the terms of the License "ARM EABI LICENCE.txt" |
|
5 |
// which accompanies this distribution, and is available |
|
6 |
// in kernel/eka/compsupp. |
|
7 |
// |
|
8 |
// Initial Contributors: |
|
9 |
// Nokia Corporation - initial contribution. |
|
10 |
// |
|
11 |
// Contributors: |
|
12 |
// |
|
13 |
// Description: |
|
14 |
// Compiler runtime support. |
|
15 |
// |
|
16 |
// |
|
17 |
||
18 |
PRJ_PLATFORMS |
|
19 |
||
20 |
ARMV4 ARMV5 ARMV5SMP ARMV7 |
|
21 |
||
22 |
||
23 |
PRJ_EXPORTS |
|
24 |
||
15
4122176ea935
Revision: 200948 + Removing redundant base integration tests and fixing build errors
John Imhofe <john.imhofe@nokia.com>
parents:
0
diff
changeset
|
25 |
rvct.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(rvct/) |
4122176ea935
Revision: 200948 + Removing redundant base integration tests and fixing build errors
John Imhofe <john.imhofe@nokia.com>
parents:
0
diff
changeset
|
26 |
gcce/gcce.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(gcce/) |
0 | 27 |
|
15
4122176ea935
Revision: 200948 + Removing redundant base integration tests and fixing build errors
John Imhofe <john.imhofe@nokia.com>
parents:
0
diff
changeset
|
28 |
symcpp/symcpp.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(symcpp.h) |
0 | 29 |
|
30 |
compsupp.iby /epoc32/rom/include/ |
|
31 |
||
32 |
||
33 |
PRJ_MMPFILES |
|
34 |
||
136
743008598095
Fix for bug 2283 (RVCT 4.0 support is missing from PDK 3.0.h)
Tom Cosgrove <tom.cosgrove@nokia.com>
parents:
62
diff
changeset
|
35 |
#if !defined(GCCXML) && !defined(GCCE) |
0 | 36 |
|
37 |
symcpp/scppnwdl.mmp |
|
38 |
rvct/dfprvct-thunk.mmp |
|
39 |
rvct/usrt.mmp |
|
40 |
rvct/ksrt.mmp |
|
41 |
||
136
743008598095
Fix for bug 2283 (RVCT 4.0 support is missing from PDK 3.0.h)
Tom Cosgrove <tom.cosgrove@nokia.com>
parents:
62
diff
changeset
|
42 |
#ifndef SMP // Don't build dynamic libraries for SMP. |
0 | 43 |
|
136
743008598095
Fix for bug 2283 (RVCT 4.0 support is missing from PDK 3.0.h)
Tom Cosgrove <tom.cosgrove@nokia.com>
parents:
62
diff
changeset
|
44 |
rvct/drtaeabi.mmp |
0 | 45 |
|
136
743008598095
Fix for bug 2283 (RVCT 4.0 support is missing from PDK 3.0.h)
Tom Cosgrove <tom.cosgrove@nokia.com>
parents:
62
diff
changeset
|
46 |
rvct/dfpaeabi.mmp |
743008598095
Fix for bug 2283 (RVCT 4.0 support is missing from PDK 3.0.h)
Tom Cosgrove <tom.cosgrove@nokia.com>
parents:
62
diff
changeset
|
47 |
rvct/dfpaeabi_vfpv2.mmp |
0 | 48 |
|
136
743008598095
Fix for bug 2283 (RVCT 4.0 support is missing from PDK 3.0.h)
Tom Cosgrove <tom.cosgrove@nokia.com>
parents:
62
diff
changeset
|
49 |
#if defined(ARMCC_2_2) || defined(ARMCC_3_1) |
0 | 50 |
|
136
743008598095
Fix for bug 2283 (RVCT 4.0 support is missing from PDK 3.0.h)
Tom Cosgrove <tom.cosgrove@nokia.com>
parents:
62
diff
changeset
|
51 |
rvct/drtrvct.mmp |
743008598095
Fix for bug 2283 (RVCT 4.0 support is missing from PDK 3.0.h)
Tom Cosgrove <tom.cosgrove@nokia.com>
parents:
62
diff
changeset
|
52 |
rvct/drtrvct_vfpv2.mmp |
743008598095
Fix for bug 2283 (RVCT 4.0 support is missing from PDK 3.0.h)
Tom Cosgrove <tom.cosgrove@nokia.com>
parents:
62
diff
changeset
|
53 |
|
743008598095
Fix for bug 2283 (RVCT 4.0 support is missing from PDK 3.0.h)
Tom Cosgrove <tom.cosgrove@nokia.com>
parents:
62
diff
changeset
|
54 |
rvct/dfprvct.mmp |
743008598095
Fix for bug 2283 (RVCT 4.0 support is missing from PDK 3.0.h)
Tom Cosgrove <tom.cosgrove@nokia.com>
parents:
62
diff
changeset
|
55 |
rvct/dfprvct_vfpv2.mmp |
0 | 56 |
|
136
743008598095
Fix for bug 2283 (RVCT 4.0 support is missing from PDK 3.0.h)
Tom Cosgrove <tom.cosgrove@nokia.com>
parents:
62
diff
changeset
|
57 |
#endif |
0 | 58 |
|
136
743008598095
Fix for bug 2283 (RVCT 4.0 support is missing from PDK 3.0.h)
Tom Cosgrove <tom.cosgrove@nokia.com>
parents:
62
diff
changeset
|
59 |
#endif // #ifndef SMP |
743008598095
Fix for bug 2283 (RVCT 4.0 support is missing from PDK 3.0.h)
Tom Cosgrove <tom.cosgrove@nokia.com>
parents:
62
diff
changeset
|
60 |
|
743008598095
Fix for bug 2283 (RVCT 4.0 support is missing from PDK 3.0.h)
Tom Cosgrove <tom.cosgrove@nokia.com>
parents:
62
diff
changeset
|
61 |
#endif // #if !defined(GCCXML) && !defined(GCCE) |
743008598095
Fix for bug 2283 (RVCT 4.0 support is missing from PDK 3.0.h)
Tom Cosgrove <tom.cosgrove@nokia.com>
parents:
62
diff
changeset
|
62 |
|
0 | 63 |
|
62
4a8fed1c0ef6
Revision: 201007
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
33
diff
changeset
|
64 |
PRJ_EXTENSIONS |
4a8fed1c0ef6
Revision: 201007
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
33
diff
changeset
|
65 |
|
136
743008598095
Fix for bug 2283 (RVCT 4.0 support is missing from PDK 3.0.h)
Tom Cosgrove <tom.cosgrove@nokia.com>
parents:
62
diff
changeset
|
66 |
#if !defined(GCCXML) && !defined(GCCE) |
743008598095
Fix for bug 2283 (RVCT 4.0 support is missing from PDK 3.0.h)
Tom Cosgrove <tom.cosgrove@nokia.com>
parents:
62
diff
changeset
|
67 |
|
743008598095
Fix for bug 2283 (RVCT 4.0 support is missing from PDK 3.0.h)
Tom Cosgrove <tom.cosgrove@nokia.com>
parents:
62
diff
changeset
|
68 |
// We need the runtime libraries for all versions of the compiler. |
743008598095
Fix for bug 2283 (RVCT 4.0 support is missing from PDK 3.0.h)
Tom Cosgrove <tom.cosgrove@nokia.com>
parents:
62
diff
changeset
|
69 |
// The version we're running with will build its own runtime library; |
743008598095
Fix for bug 2283 (RVCT 4.0 support is missing from PDK 3.0.h)
Tom Cosgrove <tom.cosgrove@nokia.com>
parents:
62
diff
changeset
|
70 |
// we need to extract the other versions from archives. |
62
4a8fed1c0ef6
Revision: 201007
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
33
diff
changeset
|
71 |
|
136
743008598095
Fix for bug 2283 (RVCT 4.0 support is missing from PDK 3.0.h)
Tom Cosgrove <tom.cosgrove@nokia.com>
parents:
62
diff
changeset
|
72 |
#ifndef ARMCC_2_2 |
743008598095
Fix for bug 2283 (RVCT 4.0 support is missing from PDK 3.0.h)
Tom Cosgrove <tom.cosgrove@nokia.com>
parents:
62
diff
changeset
|
73 |
start extension tools/compsupp |
743008598095
Fix for bug 2283 (RVCT 4.0 support is missing from PDK 3.0.h)
Tom Cosgrove <tom.cosgrove@nokia.com>
parents:
62
diff
changeset
|
74 |
option FILE $(EXTENSION_ROOT)/rt_2_2.zip |
743008598095
Fix for bug 2283 (RVCT 4.0 support is missing from PDK 3.0.h)
Tom Cosgrove <tom.cosgrove@nokia.com>
parents:
62
diff
changeset
|
75 |
option TODIR $(EPOCROOT)epoc32/release |
743008598095
Fix for bug 2283 (RVCT 4.0 support is missing from PDK 3.0.h)
Tom Cosgrove <tom.cosgrove@nokia.com>
parents:
62
diff
changeset
|
76 |
end |
743008598095
Fix for bug 2283 (RVCT 4.0 support is missing from PDK 3.0.h)
Tom Cosgrove <tom.cosgrove@nokia.com>
parents:
62
diff
changeset
|
77 |
#endif |
0 | 78 |
|
136
743008598095
Fix for bug 2283 (RVCT 4.0 support is missing from PDK 3.0.h)
Tom Cosgrove <tom.cosgrove@nokia.com>
parents:
62
diff
changeset
|
79 |
#ifndef ARMCC_3_1 |
743008598095
Fix for bug 2283 (RVCT 4.0 support is missing from PDK 3.0.h)
Tom Cosgrove <tom.cosgrove@nokia.com>
parents:
62
diff
changeset
|
80 |
start extension tools/compsupp |
743008598095
Fix for bug 2283 (RVCT 4.0 support is missing from PDK 3.0.h)
Tom Cosgrove <tom.cosgrove@nokia.com>
parents:
62
diff
changeset
|
81 |
option FILE $(EXTENSION_ROOT)/rt_3_1.zip |
743008598095
Fix for bug 2283 (RVCT 4.0 support is missing from PDK 3.0.h)
Tom Cosgrove <tom.cosgrove@nokia.com>
parents:
62
diff
changeset
|
82 |
option TODIR $(EPOCROOT)epoc32/release |
743008598095
Fix for bug 2283 (RVCT 4.0 support is missing from PDK 3.0.h)
Tom Cosgrove <tom.cosgrove@nokia.com>
parents:
62
diff
changeset
|
83 |
end |
743008598095
Fix for bug 2283 (RVCT 4.0 support is missing from PDK 3.0.h)
Tom Cosgrove <tom.cosgrove@nokia.com>
parents:
62
diff
changeset
|
84 |
#endif |
62
4a8fed1c0ef6
Revision: 201007
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
33
diff
changeset
|
85 |
|
136
743008598095
Fix for bug 2283 (RVCT 4.0 support is missing from PDK 3.0.h)
Tom Cosgrove <tom.cosgrove@nokia.com>
parents:
62
diff
changeset
|
86 |
#ifndef ARMCC_4_0 |
743008598095
Fix for bug 2283 (RVCT 4.0 support is missing from PDK 3.0.h)
Tom Cosgrove <tom.cosgrove@nokia.com>
parents:
62
diff
changeset
|
87 |
start extension tools/compsupp |
743008598095
Fix for bug 2283 (RVCT 4.0 support is missing from PDK 3.0.h)
Tom Cosgrove <tom.cosgrove@nokia.com>
parents:
62
diff
changeset
|
88 |
option FILE $(EXTENSION_ROOT)/rt_4_0.zip |
743008598095
Fix for bug 2283 (RVCT 4.0 support is missing from PDK 3.0.h)
Tom Cosgrove <tom.cosgrove@nokia.com>
parents:
62
diff
changeset
|
89 |
option TODIR $(EPOCROOT)epoc32/release |
743008598095
Fix for bug 2283 (RVCT 4.0 support is missing from PDK 3.0.h)
Tom Cosgrove <tom.cosgrove@nokia.com>
parents:
62
diff
changeset
|
90 |
end |
743008598095
Fix for bug 2283 (RVCT 4.0 support is missing from PDK 3.0.h)
Tom Cosgrove <tom.cosgrove@nokia.com>
parents:
62
diff
changeset
|
91 |
#endif |
62
4a8fed1c0ef6
Revision: 201007
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
33
diff
changeset
|
92 |
|
136
743008598095
Fix for bug 2283 (RVCT 4.0 support is missing from PDK 3.0.h)
Tom Cosgrove <tom.cosgrove@nokia.com>
parents:
62
diff
changeset
|
93 |
#endif // #if !defined(GCCXML) && !defined(GCCE) |