sbsv2/raptor/lib/flm/e32abiv2defaults.mk
branchfix
changeset 234 5350032783e4
parent 80 cc878ffa65f3
child 367 28419e56ee8a
equal deleted inserted replaced
232:4b2787756a35 234:5350032783e4
     1 #
     1 #
     2 # Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 # Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 # All rights reserved.
     3 # All rights reserved.
     4 # This component and the accompanying materials are made available
     4 # This component and the accompanying materials are made available
     5 # under the terms of the License "Eclipse Public License v1.0"
     5 # under the terms of the License "Eclipse Public License v1.0"
     6 # which accompanies this distribution, and is available
     6 # which accompanies this distribution, and is available
     7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
    57 ifeq ($(TOOLCHAIN),RVCT)
    57 ifeq ($(TOOLCHAIN),RVCT)
    58   ifeq ($(call isoneof,$(TARGETTYPE),exe stdexe),1) # isoneof returns 1 if true, empty string if false
    58   ifeq ($(call isoneof,$(TARGETTYPE),exe stdexe),1) # isoneof returns 1 if true, empty string if false
    59 	LINKER_ENTRYPOINT_ADORNMENT:=(uc_exe_.o)
    59 	LINKER_ENTRYPOINT_ADORNMENT:=(uc_exe_.o)
    60   endif
    60   endif
    61 
    61 
    62   ifeq ($(call isoneof,$(TARGETTYPE),ani textnotifier2 stddll plugin fsy pdl dll pdll),1)
    62   ifeq ($(call isoneof,$(TARGETTYPE),ani textnotifier2 stddll plugin plugin3 fsy pdl dll pdll),1)
    63 	LINKER_ENTRYPOINT_ADORNMENT:=(uc_dll_.o)
    63 	LINKER_ENTRYPOINT_ADORNMENT:=(uc_dll_.o)
    64   endif
    64   endif
    65 
    65 
    66   ifeq ($(call isoneof,$(TARGETTYPE),var var2),1)
    66   ifeq ($(call isoneof,$(TARGETTYPE),var var2),1)
    67 	LINKER_ENTRYPOINT_ADORNMENT:=(v_entry_.o)
    67 	LINKER_ENTRYPOINT_ADORNMENT:=(v_entry_.o)