os/kernelhwsrv/kernel/eka/compsupp/rvct2_1/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_1/drtaeabi.mmp	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,56 @@
     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 +
    1.32 +SOURCEPATH		../symaehabi
    1.33 +SOURCE			symbian_support.cpp 
    1.34 +SOURCE			symbian_rtti.cpp
    1.35 +SOURCE			unwinder.c
    1.36 +SOURCE			unwind_pr.c
    1.37 +SOURCE			cppsemantics.cpp
    1.38 +
    1.39 +// yuk
    1.40 +LIBRARY 		euser.lib dfpaeabi.lib dfprvct2_1.lib drtrvct2_1.lib
    1.41 +
    1.42 +START ARMCC
    1.43 +ARMRT // we're building a runtime support lib so suppress all the default libraries
    1.44 +ARMINC
    1.45 +// we want the 'pure' versions to go with softvfp
    1.46 +#ifdef MARM_ARMV5
    1.47 +ARMLIBS			c_t__un.l cpprt_t__u.l
    1.48 +#else
    1.49 +ARMLIBS			c_a__un.l cpprt_a__u.l
    1.50 +#endif
    1.51 +END
    1.52 +
    1.53 +capability		all
    1.54 +
    1.55 +VENDORID 0x70000001
    1.56 +
    1.57 +unpagedcode
    1.58 +
    1.59 +SMPSAFE