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
+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
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__"