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:
parent
abd629e85e
commit
54356cfdf3
|
@ -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}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue