diff options
Diffstat (limited to 'Makefile.target')
-rw-r--r-- | Makefile.target | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Makefile.target b/Makefile.target index 4b8005570e..dbb2263fa6 100644 --- a/Makefile.target +++ b/Makefile.target @@ -21,12 +21,6 @@ endif PROGS=$(QEMU_PROG) -# cc-option -# Usage: CFLAGS+=$(call cc-option, $(CFLAGS), -falign-functions=0, -malign-functions=0) - -cc-option = $(shell if $(CC) $(1) $(2) -S -o /dev/null -xc /dev/null \ - > /dev/null 2>&1; then echo "$(2)"; else echo "$(3)"; fi ;) - HELPER_CFLAGS= ifeq ($(ARCH),i386) |