aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gmp/files/configure-sdk.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/gmp/files/configure-sdk.patch')
-rw-r--r--recipes/gmp/files/configure-sdk.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/recipes/gmp/files/configure-sdk.patch b/recipes/gmp/files/configure-sdk.patch
new file mode 100644
index 0000000000..0c1a8e27bd
--- /dev/null
+++ b/recipes/gmp/files/configure-sdk.patch
@@ -0,0 +1,21 @@
+--- a/configure.in 2011-01-28 16:53:37.554253281 +0100
++++ b/configure.in 2011-01-28 16:53:06.833979262 +0100
+@@ -35,12 +35,12 @@
+ # $build_alias, $host_alias and $target_alias are set to
+ # "athlon-pc-freebsd3.5".
+ #
+-if test -n "$target_alias" && test "$target_alias" != "$host_alias"; then
+- AC_MSG_ERROR([--target is not appropriate for GMP
+-Use --build=CPU-VENDOR-OS if you need to specify your CPU and/or system
+-explicitly. Use --host if cross-compiling (see "Installing GMP" in the
+-manual for more on this).])
+-fi
++#if test -n "$target_alias" && test "$target_alias" != "$host_alias"; then
++# AC_MSG_ERROR([--target is not appropriate for GMP
++#Use --build=CPU-VENDOR-OS if you need to specify your CPU and/or system
++#explicitly. Use --host if cross-compiling (see "Installing GMP" in the
++#manual for more on this).])
++#fi
+
+ GMP_INIT(config.m4)
+