mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-12-12 05:13:50 +08:00
Fix cross builds.
From-SVN: r42497
This commit is contained in:
parent
1ec0759764
commit
13094d1293
@ -1,3 +1,8 @@
|
||||
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.
|
||||
|
577
libjava/configure
vendored
577
libjava/configure
vendored
File diff suppressed because it is too large
Load Diff
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user