author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Wed, 31 Mar 2010 23:38:45 +0300 | |
branch | RCL_3 |
changeset 22 | 2f92ad2dc5db |
parent 8 | 538db54a451d |
permissions | -rw-r--r-- |
0 | 1 |
// Copyright (c) 2008-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 |
#include "dfpaeabi_common.mmh" |
|
17 |
||
18 |
||
19 |
target dfpaeabi.dll |
|
20 |
||
21 |
start armcc |
|
8
538db54a451d
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
22 |
#if defined(ARMCC_3_1) || defined(ARMCC_4_0) |
0 | 23 |
ARMLIBS fj_5s.l |
24 |
||
25 |
#else |
|
26 |
#ifdef MARM_ARMV5 |
|
27 |
ARMLIBS f_t_p.l |
|
28 |
#else |
|
29 |
ARMLIBS f_a_p.l |
|
30 |
#endif |
|
31 |
||
32 |
#endif |
|
33 |
end |
|
34 |
||
35 |
SMPSAFE |