Revert "build_style/gnu-makefile: use our compiler/linker flags."

This reverts commit e5cc2819b4.

Revert this for now... Makefile writers don't seem to respect them.
This commit is contained in:
Juan RP 2014-12-03 17:00:10 +01:00
parent abd629e85e
commit 54356cfdf3
1 changed files with 0 additions and 1 deletions

View File

@ -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}
}