summaryrefslogtreecommitdiff
path: root/dev-libs/gmp/files/gmp-6.1.0-noexecstack-detect.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
commit1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch)
treee48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-libs/gmp/files/gmp-6.1.0-noexecstack-detect.patch
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-libs/gmp/files/gmp-6.1.0-noexecstack-detect.patch')
-rw-r--r--dev-libs/gmp/files/gmp-6.1.0-noexecstack-detect.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/dev-libs/gmp/files/gmp-6.1.0-noexecstack-detect.patch b/dev-libs/gmp/files/gmp-6.1.0-noexecstack-detect.patch
deleted file mode 100644
index 558ba60d080a..000000000000
--- a/dev-libs/gmp/files/gmp-6.1.0-noexecstack-detect.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-gmp's -Wa,--noexecstack check is based on glibc's, so backport a change
-that went into it there:
-https://sourceware.org/git/?p=glibc.git;a=commitdiff;h=215a87451d1fd623fd2699fa57f16f8ab6f6a2f3
-https://sourceware.org/bugzilla/show_bug.cgi?id=6428
-
-this is to workaround broken clang assembler that fails w/CFLAGS=-g:
-http://crbug.com/585930
-https://llvm.org/bugs/show_bug.cgi?id=11740
-
-patch has been sent upstream too:
-https://gmplib.org/list-archives/gmp-bugs/2016-February/003916.html
-
---- a/configure
-+++ b/configure
-@@ -11339,7 +11339,7 @@ EOF
- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
- test $ac_status = 0; }; } \
- && grep .note.GNU-stack conftest.s >/dev/null \
-- && { ac_try='${CC} $CFLAGS $CPPFLAGS -Wa,--noexecstack
-+ && { ac_try='${CC} $ASMFLAGS -Wa,--noexecstack
- -c -o conftest.o conftest.s >/dev/null'
- { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
- (eval $ac_try) 2>&5