Update cross-tools-flags.patch
This commit is contained in:
parent
a2eb391e8f
commit
b92c2c666c
@ -6,7 +6,7 @@ diff -ur texinfo-6.5/configure texinfo-6.5-patched/configure
|
|||||||
# consequently, we have to re-initialize $PATH.
|
# consequently, we have to re-initialize $PATH.
|
||||||
- env -i CC="$BUILD_CC" AR="$BUILD_AR" RANLIB="$BUILD_RANLIB" \
|
- env -i CC="$BUILD_CC" AR="$BUILD_AR" RANLIB="$BUILD_RANLIB" \
|
||||||
- PATH="$PATH" \
|
- PATH="$PATH" \
|
||||||
+ env -i CC="$CC_FOR_BUILD" AR="$AR_FOR_BUILD" RANLIB="$RANLIB_FOR_BUILD" \
|
+ env -i CC="$CC_FOR_BUILD" AR="$AR_FOR_BUILD" RANLIB="$RANLIB_FOR_BUILD" \
|
||||||
+ PATH="$PATH" CFLAGS="$NATIVE_TOOLS_CFLAGS" LDFLAGS="$NATIVE_TOOLS_LDFLAGS" \
|
+ PATH="$PATH" CFLAGS="$NATIVE_TOOLS_CFLAGS" LDFLAGS="$NATIVE_TOOLS_LDFLAGS" \
|
||||||
tools_only=1 \
|
tools_only=1 \
|
||||||
${confdir}/configure --build=${build} --host=${build} \
|
${confdir}/configure --build=${build} --host=${build} \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user