2015-01-29 Jack Howarth <howarth.at.gcc@gmail.com>
authormrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 29 Jan 2015 22:09:16 +0000 (22:09 +0000)
committermrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 29 Jan 2015 22:09:16 +0000 (22:09 +0000)
PR libffi/64855
* testsuite/lib/libffi.exp: Don't set targetabis on darwin.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@220264 138bc75d-0d04-0410-961f-82ee72b054a4

libffi/ChangeLog
libffi/testsuite/lib/libffi.exp

index 851c0c6..47503d4 100644 (file)
@@ -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
index d8d6ce7..049b66d 100644 (file)
@@ -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__"