From 54356cfdf30f989f8cbc45a47ddfd2302362947e Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 3 Dec 2014 17:00:10 +0100 Subject: [PATCH] Revert "build_style/gnu-makefile: use our compiler/linker flags." This reverts commit e5cc2819b460b20cdbf498e30e7c39791956538e. Revert this for now... Makefile writers don't seem to respect them. --- common/build_style/gnu-makefile.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/common/build_style/gnu-makefile.sh b/common/build_style/gnu-makefile.sh index 1c2a450dc8f..d9100117845 100644 --- a/common/build_style/gnu-makefile.sh +++ b/common/build_style/gnu-makefile.sh @@ -7,7 +7,6 @@ do_build() { ${make_cmd} \ CC="$CC" CXX="$CXX" LD="$LD" AR="$AR" RANLIB="$RANLIB" \ CPP="$CPP" AS="$AS" OBJDUMP="$OBJDUMP" STRIP="$STRIP" \ - CFLAGS="$CFLAGS" CXXFLAGS="$CXXFLAGS" LDFLAGS="$LDFLAGS" \ ${makejobs} ${make_build_args} ${make_build_target} }