kernel/eka/compsupp/rvct/dfpaeabi_vfpv2.mmp
changeset 0 a41df078684a
child 36 538db54a451d
equal deleted inserted replaced
-1:000000000000 0:a41df078684a
       
     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 target          dfpaeabi_vfpv2.dll
       
    19 linkas          dfpaeabi.dll
       
    20 
       
    21 noexportlibrary
       
    22 
       
    23 start armcc
       
    24     #if defined (ARMCC_3_1)
       
    25     armlibs     fj_5v.l
       
    26 
       
    27     #else
       
    28     #ifdef MARM_ARMV5
       
    29     ARMLIBS 	f_tvp.l
       
    30     #else
       
    31     ARMLIBS		f_avp.l
       
    32     #endif
       
    33 
       
    34     #endif
       
    35 end
       
    36 SMPSAFE