summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/gmp/gmp-4.2.1/disable-stdc.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/gmp/gmp-4.2.1/disable-stdc.patch')
-rw-r--r--meta/recipes-support/gmp/gmp-4.2.1/disable-stdc.patch2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-support/gmp/gmp-4.2.1/disable-stdc.patch b/meta/recipes-support/gmp/gmp-4.2.1/disable-stdc.patch
index 83c9eae36a..aaffaf14c5 100644
--- a/meta/recipes-support/gmp/gmp-4.2.1/disable-stdc.patch
+++ b/meta/recipes-support/gmp/gmp-4.2.1/disable-stdc.patch
@@ -1,3 +1,5 @@
1Upstream-Status: Pending
2
1# "extern inline" in traditional gcc means that the function should be 3# "extern inline" in traditional gcc means that the function should be
2# inlined wherever it's seen, while in C99, "extern inline" means that i 4# inlined wherever it's seen, while in C99, "extern inline" means that i
3# the function should only be inlined where the inline definition is 5# the function should only be inlined where the inline definition is