diff options
author | Felix Lee <flee@cygnus> | 1997-09-23 03:48:59 +0000 |
---|---|---|
committer | Felix Lee <flee@cygnus> | 1997-09-23 03:48:59 +0000 |
commit | 8f804531973568992fc8b26b1728ab6c85cee295 (patch) | |
tree | 9646b21ec931fa1c177f78b7b4532b37b3b7ad01 /sim/igen | |
parent | 92f91d1ff0df74b6ef05c908028461d97735ad9f (diff) | |
download | gdb-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.
Diffstat (limited to 'sim/igen')
-rw-r--r-- | sim/igen/configure.in | 2 |
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)' |