Commit 13094d12 by Anthony Green Committed by Anthony Green

Fix cross builds.

From-SVN: r42497
parent 1ec07597
2001-05-22 Anthony Green <green@redhat.com>
* configure.in: Tweak canadian cross test, and don't redefine GCJ
for cross builds.
2001-05-21 Per Bothner <per@bothner.com>
Implement invocation interface; don't create new thread for main.
......
......@@ -374,12 +374,10 @@ if test -n "${with_cross_host}"; then
# If Canadian cross, then don't pick up tools from the build
# directory.
if test "$build" != "$with_cross_host"; then
if test x"$build" != x"$with_cross_host" && x"$build" != x"$target"; then
CANADIAN=yes
GCC_UNWIND_INCLUDE=
GCJ="${target_alias}-gcj"
else
GCJ=
fi
NATIVE=no
else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment