Skip to content

Commit

Permalink
Updated default cross-compile prefix for new cross-compile toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jul 7, 2007
1 parent 7d521e0 commit dd08b70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.in
Expand Up @@ -62,7 +62,7 @@ case "$host" in
*-*-cygwin* | *-*-mingw32*)
if test "$build" != "$host"; then # cross-compiling
# Default cross-compile location
ac_default_prefix=/usr/local/cross-tools/i386-mingw32msvc
ac_default_prefix=/usr/local/cross-tools/i386-mingw32
else
# Look for the location of the tools and install there
if test "$BUILD_PREFIX" != ""; then
Expand Down

0 comments on commit dd08b70

Please sign in to comment.