Commit a96d75a4 by Jack Howarth Committed by Mike Stump

re PR libffi/64855 (FAIL: libffi.call/* -W -Wall -Wno-psabi -O0 -DABI_NUM=*…

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
parent 7b33f0c8
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__"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment