sbsv2/raptor/lib/flm/e32abiv2defaults.mk
branchwip
changeset 367 28419e56ee8a
parent 234 5350032783e4
child 368 113d720d5a6c
equal deleted inserted replaced
349:a5741f22d0a5 367:28419e56ee8a
    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:=
       
    35 SUPPORT_FREEZE:=
    34 SUPPORT_FREEZE:=
    36 NOHIDEALL:=
    35 NOHIDEALL:=
    37 DEFAULT_NEWLIB:=$(DEFAULT_SYMBIAN_NEWLIB)
    36 DEFAULT_NEWLIB:=$(DEFAULT_SYMBIAN_NEWLIB)
    38 
    37 
       
    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
    39 
    43 
    40 # Reset these variables as they change for every single target type
    44 # Reset these variables as they change for every single target type
    41 # LINKER_ENTRYPOINT_ADORNMENT will be blank for GCCE; for RVCT it will look like "(uc_exe_.o)"
    45 # LINKER_ENTRYPOINT_ADORNMENT will be blank for GCCE; for RVCT it will look like "(uc_exe_.o)"
    42 # LINKER_ENTRYPOINT_DECORATION will be blank for RVCT; for GCCE it will look like "-u _E32Startup"
    46 # LINKER_ENTRYPOINT_DECORATION will be blank for RVCT; for GCCE it will look like "-u _E32Startup"
    43 # LINKER_SEPARATOR is a comma for GCCE as g++ is used for linking; for RVCT is should be a space, but
    47 # LINKER_SEPARATOR is a comma for GCCE as g++ is used for linking; for RVCT is should be a space, but