* configure.in: i386-windows is a cross, so don't expect
libiberty to be there. * configure: updated.
This commit is contained in:
parent
92f91d1ff0
commit
8f80453197
@ -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)'
|
||||
|
Loading…
Reference in New Issue
Block a user