sbsv2/raptor/lib/flm/globals.mk
branchwip
changeset 446 0c3dbdc03f47
parent 443 2f5cedd04db9
child 447 e95d56493ef6
equal deleted inserted replaced
445:28f0ff4c401c 446:0c3dbdc03f47
    52 $(eval $(call sgt_addcmds,$(1)))
    52 $(eval $(call sgt_addcmds,$(1)))
    53 endef
    53 endef
    54 
    54 
    55 # Enable DELETE_ON_FAILED_COMPILE work around for failed RVCT 2.2 compiles
    55 # Enable DELETE_ON_FAILED_COMPILE work around for failed RVCT 2.2 compiles
    56 ifneq ($(DELETE_ON_FAILED_COMPILE),)
    56 ifneq ($(DELETE_ON_FAILED_COMPILE),)
    57 RVCT22_DELETE_HACK:=|| ($$(GNURM) $$@; exit 1;)
    57 RVCT22_DELETE_WORKAROUND:=|| { $$(GNURM) $$@; exit 1; }
    58 endif # ifneq ($(DELETE_ON_FAILED_COMPILE),)
    58 endif # ifneq ($(DELETE_ON_FAILED_COMPILE),)
    59 
    59 
    60 ALLTARGET:=ALL
    60 ALLTARGET:=ALL
    61 
    61 
    62 .PHONY:: $(ALLTARGET)
    62 .PHONY:: $(ALLTARGET)