diff -r dde9ce4a8aa8 -r 2f5cedd04db9 sbsv2/raptor/lib/flm/globals.mk --- a/sbsv2/raptor/lib/flm/globals.mk Thu Mar 25 15:42:26 2010 +0000 +++ b/sbsv2/raptor/lib/flm/globals.mk Mon Mar 29 14:20:00 2010 +0100 @@ -52,6 +52,11 @@ $(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_HACK:=|| ($$(GNURM) $$@; exit 1;) +endif # ifneq ($(DELETE_ON_FAILED_COMPILE),) + ALLTARGET:=ALL .PHONY:: $(ALLTARGET)