15 lines
468 B
Text
15 lines
468 B
Text
|
cc1: error: unrecognized command line option "-Wno-psabi"
|
||
|
|
||
|
Index: testsuite/lib/libffi.exp
|
||
|
--- testsuite/lib/libffi.exp.orig
|
||
|
+++ testsuite/lib/libffi.exp
|
||
|
@@ -500,7 +500,7 @@ proc run-many-tests { testcases extra_flags } {
|
||
|
}
|
||
|
}
|
||
|
"gnu" {
|
||
|
- set common "-W -Wall -Wno-psabi"
|
||
|
+ set common "-W -Wall"
|
||
|
if [info exists env(LIBFFI_TEST_OPTIMIZATION)] {
|
||
|
set optimizations [ list $env(LIBFFI_TEST_OPTIMIZATION) ]
|
||
|
} else {
|