build_style/gnu-makefile: use our compiler/linker flags.
This commit is contained in:
parent
46c3d4c3c6
commit
e5cc2819b4
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ do_build() {
|
||||||
${make_cmd} \
|
${make_cmd} \
|
||||||
CC="$CC" CXX="$CXX" LD="$LD" AR="$AR" RANLIB="$RANLIB" \
|
CC="$CC" CXX="$CXX" LD="$LD" AR="$AR" RANLIB="$RANLIB" \
|
||||||
CPP="$CPP" AS="$AS" OBJDUMP="$OBJDUMP" STRIP="$STRIP" \
|
CPP="$CPP" AS="$AS" OBJDUMP="$OBJDUMP" STRIP="$STRIP" \
|
||||||
|
CFLAGS="$CFLAGS" CXXFLAGS="$CXXFLAGS" LDFLAGS="$LDFLAGS" \
|
||||||
${makejobs} ${make_build_args} ${make_build_target}
|
${makejobs} ${make_build_args} ${make_build_target}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue