]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* configure.in: i386-windows is a cross, so don't expect
authorFelix Lee <flee@cygnus>
Tue, 23 Sep 1997 03:48:59 +0000 (03:48 +0000)
committerFelix Lee <flee@cygnus>
Tue, 23 Sep 1997 03:48:59 +0000 (03:48 +0000)
  libiberty to be there.
* configure: updated.

sim/igen/configure.in

index 27736de8049ff70875ef28bee1be716fa54b231b..20836d9dec60d4f2e74b85b38dcfa81ba331464c 100644 (file)
@@ -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)'