sbsv2/raptor/lib/flm/e32abiv2defaults.mk
branchwip
changeset 368 113d720d5a6c
parent 367 28419e56ee8a
equal deleted inserted replaced
367:28419e56ee8a 368:113d720d5a6c
    29 LINKER_STUB_LIBRARY:=
    29 LINKER_STUB_LIBRARY:=
    30 NAMEDSYMLKUP:=
    30 NAMEDSYMLKUP:=
    31 POSTLINKDEFFILE:=
    31 POSTLINKDEFFILE:=
    32 POSTLINKFILETYPE:=
    32 POSTLINKFILETYPE:=
    33 POSTLINKTARGETTYPE:=
    33 POSTLINKTARGETTYPE:=
       
    34 STATIC_RUNTIME_LIB:=
    34 SUPPORT_FREEZE:=
    35 SUPPORT_FREEZE:=
    35 NOHIDEALL:=
    36 NOHIDEALL:=
    36 DEFAULT_NEWLIB:=$(DEFAULT_SYMBIAN_NEWLIB)
    37 DEFAULT_NEWLIB:=$(DEFAULT_SYMBIAN_NEWLIB)
    37 
    38 
    38 ifeq ($(EPOCNESTEDEXCEPTIONS),)
       
    39 STATIC_RUNTIME_LIB:=$(USER_STATIC_RUNTIME_LIB)
       
    40 else
       
    41 STATIC_RUNTIME_LIB:=$(USER_STATIC_RUNTIME_LIB_NESTED_EXCEPTIONS)
       
    42 endif
       
    43 
    39 
    44 # Reset these variables as they change for every single target type
    40 # Reset these variables as they change for every single target type
    45 # LINKER_ENTRYPOINT_ADORNMENT will be blank for GCCE; for RVCT it will look like "(uc_exe_.o)"
    41 # LINKER_ENTRYPOINT_ADORNMENT will be blank for GCCE; for RVCT it will look like "(uc_exe_.o)"
    46 # LINKER_ENTRYPOINT_DECORATION will be blank for RVCT; for GCCE it will look like "-u _E32Startup"
    42 # LINKER_ENTRYPOINT_DECORATION will be blank for RVCT; for GCCE it will look like "-u _E32Startup"
    47 # LINKER_SEPARATOR is a comma for GCCE as g++ is used for linking; for RVCT is should be a space, but
    43 # LINKER_SEPARATOR is a comma for GCCE as g++ is used for linking; for RVCT is should be a space, but