equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of "Eclipse Public License v1.0" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 TARGET drtaeabi.dll |
|
20 |
|
21 TARGETTYPE dll |
|
22 |
|
23 // In theory -L"--diag_suppress=6331" should prevent the linker from moaning. But |
|
24 // the compiler passes this to the assembler which then invokes the linker and the |
|
25 // option gets dropped somewhere. |
|
26 //OPTION ARMCC '-L"--diag_suppress=6331"' |
|
27 SOURCEPATH . |
|
28 SOURCE aeabidiv0.cpp |
|
29 SOURCE drtaeabi.cpp |
|
30 SOURCE aeabimem.cia |
|
31 SOURCE type_info.cpp |
|
32 |
|
33 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
34 |
|
35 SOURCEPATH ../symaehabi |
|
36 SOURCE symbian_support.cpp |
|
37 SOURCE symbian_rtti.cpp |
|
38 SOURCE unwinder.c |
|
39 SOURCE unwind_pr.c |
|
40 SOURCE cppsemantics.cpp |
|
41 |
|
42 // yuk |
|
43 LIBRARY scppnwdl.lib euser.lib dfpaeabi.lib dfprvct2_2.lib drtrvct2_2.lib |
|
44 |
|
45 START ARMCC |
|
46 ARMRT // we're building a runtime support lib so suppress all the default libraries |
|
47 ARMINC |
|
48 // we want the 'pure' versions to go with softvfp |
|
49 #ifdef MARM_ARMV5 |
|
50 ARMLIBS c_t__un.l cpprt_t__u.l |
|
51 #else |
|
52 ARMLIBS c_a__un.l cpprt_a__u.l |
|
53 #endif |
|
54 END |
|
55 |
|
56 capability all |
|
57 |
|
58 VENDORID 0x70000001 |
|
59 |
|
60 unpagedcode |
|
61 |
|
62 SMPSAFE |