0
|
1 |
// Copyright (c) 2004-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 |
//
|
|
15 |
|
|
16 |
TARGET drtaeabi.dll
|
|
17 |
|
|
18 |
TARGETTYPE dll
|
|
19 |
|
|
20 |
// In theory -L"--diag_suppress=6331" should prevent the linker from moaning. But
|
|
21 |
// the compiler passes this to the assembler which then invokes the linker and the
|
|
22 |
// option gets dropped somewhere.
|
|
23 |
//OPTION ARMCC '-L"--diag_suppress=6331"'
|
|
24 |
SOURCEPATH .
|
|
25 |
SOURCE aeabidiv0.cpp
|
|
26 |
SOURCE drtaeabi.cpp
|
|
27 |
SOURCE aeabimem.cia
|
|
28 |
|
|
29 |
SOURCEPATH ../symaehabi
|
|
30 |
SOURCE symbian_support.cpp
|
|
31 |
SOURCE symbian_rtti.cpp
|
|
32 |
SOURCE unwinder.c
|
|
33 |
SOURCE unwind_pr.c
|
|
34 |
SOURCE cppsemantics.cpp
|
|
35 |
|
|
36 |
// yuk
|
|
37 |
LIBRARY euser.lib dfpaeabi.lib dfprvct2_1.lib drtrvct2_1.lib
|
|
38 |
|
|
39 |
START ARMCC
|
|
40 |
ARMRT // we're building a runtime support lib so suppress all the default libraries
|
|
41 |
ARMINC
|
|
42 |
// we want the 'pure' versions to go with softvfp
|
|
43 |
#ifdef MARM_ARMV5
|
|
44 |
ARMLIBS c_t__un.l cpprt_t__u.l
|
|
45 |
#else
|
|
46 |
ARMLIBS c_a__un.l cpprt_a__u.l
|
|
47 |
#endif
|
|
48 |
END
|
|
49 |
|
|
50 |
capability all
|
|
51 |
|
|
52 |
VENDORID 0x70000001
|
|
53 |
|
|
54 |
unpagedcode
|
|
55 |
|
|
56 |
SMPSAFE
|