author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Mon, 18 Jan 2010 21:31:10 +0200 | |
changeset 8 | 538db54a451d |
parent 6 | 0173bcd7697c |
child 19 | 4a8fed1c0ef6 |
child 30 | 8aab599e3476 |
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 |
||
2
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 |
|
2
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 |
// Unzip runtimes not being built |
|
33 |
||
34 |
#if !defined(ARMCC_2_2) |
|
35 |
:zip rt_2_2_export.zip |
|
36 |
#endif |
|
37 |
||
38 |
#if !defined(ARMCC_3_1) |
|
39 |
:zip rt_3_1_export.zip |
|
40 |
#endif |
|
41 |
||
42 |
#if !defined(ARMCC_4_0) |
|
43 |
:zip rt_4_0_export.zip |
|
44 |
#endif |
|
45 |
||
46 |
||
47 |
PRJ_MMPFILES |
|
48 |
||
6
0173bcd7697c
Revision: 201001
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
2
diff
changeset
|
49 |
#if !defined GCCXML && !defined GCCE |
0 | 50 |
|
51 |
symcpp/scppnwdl.mmp |
|
52 |
rvct/dfprvct-thunk.mmp |
|
53 |
rvct/usrt.mmp |
|
54 |
rvct/ksrt.mmp |
|
55 |
||
56 |
#ifndef SMP // Only static libraries build for SMP. |
|
57 |
||
58 |
rvct/drtaeabi.mmp |
|
59 |
||
60 |
rvct/dfpaeabi.mmp |
|
61 |
rvct/dfpaeabi_vfpv2.mmp |
|
62 |
||
63 |
#if defined(ARMCC_2_2) || defined(ARMCC_3_1) |
|
64 |
||
65 |
rvct/drtrvct.mmp |
|
66 |
rvct/drtrvct_vfpv2.mmp |
|
67 |
||
68 |
rvct/dfprvct.mmp |
|
69 |
rvct/dfprvct_vfpv2.mmp |
|
70 |
#endif |
|
71 |
||
72 |
#endif |
|
73 |
||
74 |
#endif |
|
75 |