diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2022-05-05 03:39:28 -0500 |
---|---|---|
committer | Zach van Rijn <me@zv.io> | 2022-05-06 12:37:31 -0500 |
commit | 501f727e4aa8135a8afc7ef07a3e016ac6b977df (patch) | |
tree | 33a04db90b83853777fca366bc318eb567b47f9b /system/libffi/fix-testsuite-opts.patch | |
parent | 48081df32ece3c04cfdc798cff96213287311c7e (diff) | |
download | packages-501f727e4aa8135a8afc7ef07a3e016ac6b977df.tar.gz packages-501f727e4aa8135a8afc7ef07a3e016ac6b977df.tar.bz2 packages-501f727e4aa8135a8afc7ef07a3e016ac6b977df.tar.xz packages-501f727e4aa8135a8afc7ef07a3e016ac6b977df.zip |
system/libffi: Update to 3.4.2
Run-tested on PPC64. The new patch here fixes the few test failures.
All other test failures from past versions seem fixed now.
Diffstat (limited to 'system/libffi/fix-testsuite-opts.patch')
-rw-r--r-- | system/libffi/fix-testsuite-opts.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/system/libffi/fix-testsuite-opts.patch b/system/libffi/fix-testsuite-opts.patch deleted file mode 100644 index b3d08b4af..000000000 --- a/system/libffi/fix-testsuite-opts.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- libffi-3.2.1/testsuite/lib/libffi.old 2014-11-08 06:47:24.000000000 -0600 -+++ libffi-3.2.1/testsuite/lib/libffi.exp 2019-07-22 13:29:32.086840387 -0500 -@@ -281,7 +281,7 @@ - global using_gcc - if { [string match $using_gcc "yes"] } { - set common "-W -Wall -Wno-psabi" -- set optimizations { "-O0" "-O2" "-O3" "-Os" "-O2 -fomit-frame-pointer" } -+ set optimizations { "-O0" "-O2 -fno-inline-small-functions" "-O3 -fno-inline-small-functions" "-Os" "-O2 -fno-inline-small-functions -fomit-frame-pointer" } - } else { - # Assume we are using the vendor compiler. - set common "" |