mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-28 11:44:05 +08:00
re PR libffi/64855 (FAIL: libffi.call/* -W -Wall -Wno-psabi -O0 -DABI_NUM=* -DABI_ATTR=* execution test on x86_64-apple-darwin*)
2015-01-29 Jack Howarth <howarth.at.gcc@gmail.com> PR libffi/64855 * testsuite/lib/libffi.exp: Don't set targetabis on darwin. From-SVN: r220264
This commit is contained in:
parent
7b33f0c8e6
commit
a96d75a42b
@ -1,3 +1,8 @@
|
||||
2015-01-29 Jack Howarth <howarth.at.gcc@gmail.com>
|
||||
|
||||
PR libffi/64855
|
||||
* testsuite/lib/libffi.exp: Don't set targetabis on darwin.
|
||||
|
||||
2015-01-28 Richard Henderson <rth@redhat.com>
|
||||
|
||||
PR libffi/64779
|
||||
|
@ -310,7 +310,7 @@ proc run-many-tests { testcases extra_flags } {
|
||||
set targetabis { "" }
|
||||
if [string match $compiler_vendor "gnu"] {
|
||||
if { ([istarget "i?86-*-*"] || [istarget "x86_64-*-*"])
|
||||
&& [is-effective-target ia32] } {
|
||||
&& [is-effective-target ia32] && ![istarget "*-*-darwin*"] } {
|
||||
set targetabis {
|
||||
""
|
||||
"-DABI_NUM=FFI_STDCALL -DABI_ATTR=__STDCALL__"
|
||||
|
Loading…
Reference in New Issue
Block a user