Fix GCC usage test and update README

This commit is contained in:
Anthony Green
2013-02-07 15:29:22 -05:00
parent f3a4f3fdde
commit 176aa9d2e2
4 changed files with 8 additions and 2 deletions

2
configure vendored
View File

@@ -14805,7 +14805,7 @@ fi
# These variables are only ever used when we cross-build to X86_WIN32.
# And we only support this with GCC, so...
if test x"$GCC" != x"no"; then
if test "x$GCC" = "xyes"; then
if test -n "$with_cross_host" &&
test x"$with_cross_host" != x"no"; then
toolexecdir='$(exec_prefix)/$(target_alias)'