summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/gmp/gmp-6.1.2/0001-confiure.ac-Believe-the-cflags-from-environment.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/gmp/gmp-6.1.2/0001-confiure.ac-Believe-the-cflags-from-environment.patch')
-rw-r--r--meta/recipes-support/gmp/gmp-6.1.2/0001-confiure.ac-Believe-the-cflags-from-environment.patch19
1 files changed, 8 insertions, 11 deletions
diff --git a/meta/recipes-support/gmp/gmp-6.1.2/0001-confiure.ac-Believe-the-cflags-from-environment.patch b/meta/recipes-support/gmp/gmp-6.1.2/0001-confiure.ac-Believe-the-cflags-from-environment.patch
index 665367658b..1e47924ccc 100644
--- a/meta/recipes-support/gmp/gmp-6.1.2/0001-confiure.ac-Believe-the-cflags-from-environment.patch
+++ b/meta/recipes-support/gmp/gmp-6.1.2/0001-confiure.ac-Believe-the-cflags-from-environment.patch
@@ -18,13 +18,13 @@ Upstream-Status: Inappropriate[OE-Specific]
18 configure.ac | 11 ----------- 18 configure.ac | 11 -----------
19 1 file changed, 11 deletions(-) 19 1 file changed, 11 deletions(-)
20 20
21diff --git a/configure.ac b/configure.ac 21Index: gmp-6.1.2/configure.ac
22index 857ea3b..359e919 100644 22===================================================================
23--- a/configure.ac 23--- gmp-6.1.2.orig/configure.ac
24+++ b/configure.ac 24+++ gmp-6.1.2/configure.ac
25@@ -607,15 +607,6 @@ case $host in 25@@ -604,15 +604,6 @@ case $host in
26 GMP_INCLUDE_MPN(arm/arm-defs.m4) 26 any_32_testlist="sizeof-long-4"
27 CALLING_CONVENTIONS_OBJS='arm32call.lo arm32check.lo' 27 any_64_testlist="sizeof-long-8"
28 28
29- # This is needed for clang, which is not content with flags like -mfpu=neon 29- # This is needed for clang, which is not content with flags like -mfpu=neon
30- # alone. 30- # alone.
@@ -38,7 +38,7 @@ index 857ea3b..359e919 100644
38 # FIXME: We make mandatory compiler options optional here. We should 38 # FIXME: We make mandatory compiler options optional here. We should
39 # either enforce them, or organise to strip paths as the corresponding 39 # either enforce them, or organise to strip paths as the corresponding
40 # options fail. 40 # options fail.
41@@ -686,8 +677,6 @@ case $host in 41@@ -746,8 +737,6 @@ case $host in
42 ;; 42 ;;
43 *) 43 *)
44 path="arm" 44 path="arm"
@@ -47,6 +47,3 @@ index 857ea3b..359e919 100644
47 ;; 47 ;;
48 esac 48 esac
49 ;; 49 ;;
50--
511.9.1
52