kernel/eka/compsupp/rvct/dfpaeabi_vfpv2.mmp
changeset 9 96e5fb8b040d
child 10 36bfc973b146
equal deleted inserted replaced
-1:000000000000 9:96e5fb8b040d
       
     1 /*
       
     2 * Copyright (c) 2008-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 #include "dfpaeabi_common.mmh"
       
    20 
       
    21 target          dfpaeabi_vfpv2.dll
       
    22 linkas          dfpaeabi.dll
       
    23 
       
    24 noexportlibrary
       
    25 
       
    26 start armcc
       
    27     #if defined (ARMCC_3_1)
       
    28     armlibs     fj_5v.l
       
    29 
       
    30     #else
       
    31     #ifdef MARM_ARMV5
       
    32     ARMLIBS 	f_tvp.l
       
    33     #else
       
    34     ARMLIBS		f_avp.l
       
    35     #endif
       
    36 
       
    37     #endif
       
    38 end
       
    39 SMPSAFE