You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
446 B
12 lines
446 B
Index: configure |
|
--- configure.orig 2019-11-23 14:59:04.000000000 +0100 |
|
+++ configure 2019-11-23 20:28:43.561030000 +0100 |
|
@@ -18701,7 +18701,7 @@ |
|
|
|
# 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" = "xyes"; then |
|
+if false; then |
|
if test -n "$with_cross_host" && |
|
test x"$with_cross_host" != x"no"; then |
|
toolexecdir='${exec_prefix}'/'$(target_alias)'
|
|
|