aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Lee <flee@cygnus>1997-09-23 03:48:59 +0000
committerFelix Lee <flee@cygnus>1997-09-23 03:48:59 +0000
commit8f804531973568992fc8b26b1728ab6c85cee295 (patch)
tree9646b21ec931fa1c177f78b7b4532b37b3b7ad01
parent92f91d1ff0df74b6ef05c908028461d97735ad9f (diff)
downloadgdb-8f804531973568992fc8b26b1728ab6c85cee295.zip
gdb-8f804531973568992fc8b26b1728ab6c85cee295.tar.gz
gdb-8f804531973568992fc8b26b1728ab6c85cee295.tar.bz2
* configure.in: i386-windows is a cross, so don't expect
libiberty to be there. * configure: updated.
-rw-r--r--sim/igen/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/igen/configure.in b/sim/igen/configure.in
index 27736de..20836d9 100644
--- a/sim/igen/configure.in
+++ b/sim/igen/configure.in
@@ -9,7 +9,7 @@ AC_PROG_CC
SIM_AC_OPTION_WARNINGS
# Put a plausible default for CC_FOR_BUILD in Makefile.
-if test "x$cross_compiling" = "xno"; then
+if test "x$cross_compiling" = "xno" -a "x$host" != "xi386-windows"; then
AR_FOR_BUILD='$(AR)'
AR_FLAGS_FOR_BUILD='$(AR_FLAGS)'
CC_FOR_BUILD='$(CC)'