From 8f804531973568992fc8b26b1728ab6c85cee295 Mon Sep 17 00:00:00 2001 From: Felix Lee Date: Tue, 23 Sep 1997 03:48:59 +0000 Subject: * configure.in: i386-windows is a cross, so don't expect libiberty to be there. * configure: updated. --- sim/igen/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)' -- cgit v1.1