os/kernelhwsrv/kernel/eka/compsupp/rvct2_2/drtaeabi.mmp
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/kernelhwsrv/kernel/eka/compsupp/rvct2_2/drtaeabi.mmp	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,59 @@
     1.4 +// Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
     1.5 +// All rights reserved.
     1.6 +// This component and the accompanying materials are made available
     1.7 +// under the terms of the License "ARM EABI LICENCE.txt"
     1.8 +// which accompanies this distribution, and is available
     1.9 +// in kernel/eka/compsupp.
    1.10 +//
    1.11 +// Initial Contributors:
    1.12 +// Nokia Corporation - initial contribution.
    1.13 +//
    1.14 +// Contributors:
    1.15 +//
    1.16 +// Description:
    1.17 +//
    1.18 +
    1.19 +TARGET 			drtaeabi.dll
    1.20 +
    1.21 +TARGETTYPE		dll
    1.22 +
    1.23 +// In theory -L"--diag_suppress=6331" should prevent the linker from moaning. But
    1.24 +// the compiler passes this to the assembler which then invokes the linker and the
    1.25 +// option gets dropped somewhere.
    1.26 +//OPTION ARMCC '-L"--diag_suppress=6331"'
    1.27 +SOURCEPATH		.
    1.28 +SOURCE			aeabidiv0.cpp
    1.29 +SOURCE			drtaeabi.cpp
    1.30 +SOURCE			aeabimem.cia
    1.31 +SOURCE			type_info.cpp
    1.32 +
    1.33 +OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    1.34 +
    1.35 +SOURCEPATH		../symaehabi
    1.36 +SOURCE			symbian_support.cpp 
    1.37 +SOURCE			symbian_rtti.cpp
    1.38 +SOURCE			unwinder.c
    1.39 +SOURCE			unwind_pr.c
    1.40 +SOURCE			cppsemantics.cpp
    1.41 +
    1.42 +// yuk
    1.43 +LIBRARY 		scppnwdl.lib euser.lib dfpaeabi.lib dfprvct2_2.lib drtrvct2_2.lib
    1.44 +
    1.45 +START ARMCC
    1.46 +ARMRT // we're building a runtime support lib so suppress all the default libraries
    1.47 +ARMINC
    1.48 +// we want the 'pure' versions to go with softvfp
    1.49 +#ifdef MARM_ARMV5
    1.50 +ARMLIBS			c_t__un.l cpprt_t__u.l
    1.51 +#else
    1.52 +ARMLIBS			c_a__un.l cpprt_a__u.l
    1.53 +#endif
    1.54 +END
    1.55 +
    1.56 +capability		all
    1.57 +
    1.58 +VENDORID 0x70000001
    1.59 +
    1.60 +unpagedcode
    1.61 +
    1.62 +SMPSAFE