From 3a340b60a08d68b68f5b2c7fcd4f296fb37786c8 Mon Sep 17 00:00:00 2001 From: Jean Guyader Date: Tue, 6 Jan 2009 14:29:41 +0000 Subject: [PATCH] Remove cc-option. --- Makefile.target | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.target b/Makefile.target index 6d8ec046..394bf379 100644 --- a/Makefile.target +++ b/Makefile.target @@ -78,8 +78,8 @@ OP_CFLAGS := -Wall -O2 -g -fno-strict-aliasing # cc-option # Usage: OP_CFLAGS+=$(call cc-option, -falign-functions=0, -malign-functions=0) -cc-option = $(shell if $(CC) $(OP_CFLAGS) $(1) -S -o /dev/null -xc /dev/null \ - > /dev/null 2>&1; then echo "$(1)"; else echo "$(2)"; fi ;) +#cc-option = $(shell if $(CC) $(OP_CFLAGS) $(1) -S -o /dev/null -xc /dev/null \ +# > /dev/null 2>&1; then echo "$(1)"; else echo "$(2)"; fi ;) OP_CFLAGS+=$(call cc-option, -fno-reorder-blocks, "") OP_CFLAGS+=$(call cc-option, -fno-gcse, "") -- 2.39.5