# HG changeset patch # User Daniel Jacobs # Date 1270117881 -3600 # Node ID e95d56493ef614e00fd742496f0cab99f4f83c54 # Parent 0c3dbdc03f47648a104ba39796ba2944a0ca8a73 Apply missed review comment change. diff -r 0c3dbdc03f47 -r e95d56493ef6 sbsv2/raptor/lib/flm/e32abiv2.flm --- a/sbsv2/raptor/lib/flm/e32abiv2.flm Thu Apr 01 10:50:16 2010 +0100 +++ b/sbsv2/raptor/lib/flm/e32abiv2.flm Thu Apr 01 11:31:21 2010 +0100 @@ -50,6 +50,11 @@ $(if $(FLMDEBUG),$(info )) +# Enable DELETE_ON_FAILED_COMPILE work around for failed RVCT 2.2 compiles +ifneq ($(DELETE_ON_FAILED_COMPILE),) +RVCT22_DELETE_WORKAROUND:=|| { $$(GNURM) $$@; exit 1; } +endif # ifneq ($(DELETE_ON_FAILED_COMPILE),) + # Strip switch-type parameters # POSTLINKTARGETTYPE:=$(strip $(POSTLINKTARGETTYPE)) diff -r 0c3dbdc03f47 -r e95d56493ef6 sbsv2/raptor/lib/flm/globals.mk --- a/sbsv2/raptor/lib/flm/globals.mk Thu Apr 01 10:50:16 2010 +0100 +++ b/sbsv2/raptor/lib/flm/globals.mk Thu Apr 01 11:31:21 2010 +0100 @@ -52,11 +52,6 @@ $(eval $(call sgt_addcmds,$(1))) endef -# Enable DELETE_ON_FAILED_COMPILE work around for failed RVCT 2.2 compiles -ifneq ($(DELETE_ON_FAILED_COMPILE),) -RVCT22_DELETE_WORKAROUND:=|| { $$(GNURM) $$@; exit 1; } -endif # ifneq ($(DELETE_ON_FAILED_COMPILE),) - ALLTARGET:=ALL .PHONY:: $(ALLTARGET)