diff options
author | Michael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com> | 2017-02-01 19:48:06 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-02-01 23:39:31 +0100 |
commit | b99a4404cb1e672d31e66f4d26996f19af0cfdc9 (patch) | |
tree | 55d298fbcaf9063951c9b9eb7788fdc212c7cce5 /sci-mathematics/sha1-polyml | |
parent | sci-mathematics/nusmv: remove unused patches (diff) | |
download | gentoo-b99a4404cb1e672d31e66f4d26996f19af0cfdc9.tar.gz gentoo-b99a4404cb1e672d31e66f4d26996f19af0cfdc9.tar.bz2 gentoo-b99a4404cb1e672d31e66f4d26996f19af0cfdc9.zip |
sci-mathematics/sha1-polyml: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/3764
Diffstat (limited to 'sci-mathematics/sha1-polyml')
-rw-r--r-- | sci-mathematics/sha1-polyml/files/sha1-polyml-5.6_p1-build.patch | 60 |
1 files changed, 0 insertions, 60 deletions
diff --git a/sci-mathematics/sha1-polyml/files/sha1-polyml-5.6_p1-build.patch b/sci-mathematics/sha1-polyml/files/sha1-polyml-5.6_p1-build.patch deleted file mode 100644 index 86645b961134..000000000000 --- a/sci-mathematics/sha1-polyml/files/sha1-polyml-5.6_p1-build.patch +++ /dev/null @@ -1,60 +0,0 @@ ---- polyml-5.6-1-orig/sha1/build 2015-09-09 03:05:54.000000000 +1000 -+++ polyml-5.6-1/sha1/build 2016-12-28 19:10:36.148579115 +1100 -@@ -32,34 +32,34 @@ - - case "$target" in - x86-linux) -- CFLAGS="-fPIC -I. -m32" -- LDFLAGS="-fPIC -m32 -shared" -+ CFLAGS="-O2 -march=native -ggdb -fvar-tracking-assignments -fvar-tracking -pipe -fPIC -I. -m32" -+ LDFLAGS="-Wl,-O1 -Wl,--as-needed -fPIC -m32 -shared" - library="$target/libsha1.so" - test_sha1="test_sha1" - ;; - x86_64-linux) -- CFLAGS="-fPIC -I. -m64" -- LDFLAGS="-fPIC -m64 -shared" -+ CFLAGS="-O2 -march=native -ggdb -fvar-tracking-assignments -fvar-tracking -pipe -fPIC -I. -m64" -+ LDFLAGS="-Wl,-O1 -Wl,--as-needed -fPIC -m64 -shared" - library="$target/libsha1.so" - test_sha1="test_sha1" - ;; - x86-darwin) - LD=libtool -- CFLAGS="-fPIC -I. -m32" -- LDFLAGS="-dynamic -lc" -+ CFLAGS="-O2 -march=native -ggdb -fvar-tracking-assignments -fvar-tracking -pipe -fPIC -I. -m32" -+ LDFLAGS="-Wl,-O1 -Wl,--as-needed -dynamic -lc" - library="$target/libsha1.so" - test_sha1="test_sha1" - ;; - x86_64-darwin) - LD=libtool -- CFLAGS="-fPIC -I. -m64" -- LDFLAGS="-dynamic -lc" -+ CFLAGS="-O2 -march=native -ggdb -fvar-tracking-assignments -fvar-tracking -pipe -fPIC -I. -m64" -+ LDFLAGS="-Wl,-O1 -Wl,--as-needed -dynamic -lc" - library="$target/libsha1.so" - test_sha1="test_sha1" - ;; - x86-cygwin) -- CFLAGS="-I. -m32" -- LDFLAGS="-shared" -+ CFLAGS="-O2 -march=native -ggdb -fvar-tracking-assignments -fvar-tracking -pipe -I. -m32" -+ LDFLAGS="-Wl,-O1 -Wl,--as-needed -shared" - library="$target/sha1.dll" - test_sha1="test_sha1.exe" - ;; -@@ -105,10 +105,6 @@ - $CC $CFLAGS -o $test_sha1 test_sha1.c -ldl - [ "$?" -ne 0 ] && { exit 1; } - --echo "Running tests ..." --./$test_sha1 $library --[ "$?" -ne 0 ] && { exit 1; } -- --rm test_sha1 sha1.o -+exit 0 - - fi -\ No newline at end of file |