sbsv2/raptor/lib/flm/e32abiv2defaults.mk
branchwip
changeset 9 b211d87c390a
parent 3 e1eecf4d390d
child 22 072f869b0bc5
equal deleted inserted replaced
8:34d87ffcc373 9:b211d87c390a
    87 ifeq ($(TOOLCHAIN),RVCT)
    87 ifeq ($(TOOLCHAIN),RVCT)
    88   LINKEROPTION:=$(LINKEROPTION_ARMCC)
    88   LINKEROPTION:=$(LINKEROPTION_ARMCC)
    89   OPTION_COMPILER:=$(OPTION_ARMCC)
    89   OPTION_COMPILER:=$(OPTION_ARMCC)
    90   OPTION_REPLACE_COMPILER:=$(OPTION_REPLACE_ARMCC)
    90   OPTION_REPLACE_COMPILER:=$(OPTION_REPLACE_ARMCC)
    91 endif
    91 endif
       
    92 
       
    93 # "ARMFPU" overrides for 'fpu-ness' in compiler and postlinker calls in .mmp files are currently only
       
    94 # supported for RVCT-based builds, GCCE builds always make use of the interface defined defaults.
       
    95 ifeq ($(TOOLCHAIN),GCCE)
       
    96   ARMFPU:=
       
    97 endif