kernel/eka/compsupp/rvct2_2/drtaeabi.mmp
changeset 266 0008ccd16016
parent 259 57b9594f5772
child 272 70a6efdb753f
child 281 13fbfa31d2ba
equal deleted inserted replaced
259:57b9594f5772 266:0008ccd16016
     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 SOURCE			type_info.cpp
       
    29 
       
    30 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    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 		scppnwdl.lib euser.lib dfpaeabi.lib dfprvct2_2.lib drtrvct2_2.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