kernel/eka/compsupp/rvct2_1/drtaeabi.mmp
changeset 43 96e5fb8b040d
child 44 36bfc973b146
equal deleted inserted replaced
-1:000000000000 43:96e5fb8b040d
       
     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 
       
    32 SOURCEPATH		../symaehabi
       
    33 SOURCE			symbian_support.cpp 
       
    34 SOURCE			symbian_rtti.cpp
       
    35 SOURCE			unwinder.c
       
    36 SOURCE			unwind_pr.c
       
    37 SOURCE			cppsemantics.cpp
       
    38 
       
    39 // yuk
       
    40 LIBRARY 		euser.lib dfpaeabi.lib dfprvct2_1.lib drtrvct2_1.lib
       
    41 
       
    42 START ARMCC
       
    43 ARMRT // we're building a runtime support lib so suppress all the default libraries
       
    44 ARMINC
       
    45 // we want the 'pure' versions to go with softvfp
       
    46 #ifdef MARM_ARMV5
       
    47 ARMLIBS			c_t__un.l cpprt_t__u.l
       
    48 #else
       
    49 ARMLIBS			c_a__un.l cpprt_a__u.l
       
    50 #endif
       
    51 END
       
    52 
       
    53 capability		all
       
    54 
       
    55 VENDORID 0x70000001
       
    56 
       
    57 unpagedcode
       
    58 
       
    59 SMPSAFE