This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Fix PR testsuite/25767, change powerpc-*-darwin* to *-*-darwin*


The problem here is that the testsuite checks for powerpc-*-darwin* some places
where it should be checking for *-*-darwin*, this fixes those two places and
allows a couple more C++ tests to pass on x86-darwin.


OK?

Thanks,
Andrew Pinski

ChangeLog:
* lib/g++.exp (g++_init): Check for *-*-darwin* instead of powerpc-*-darwin*.
* lib/obj-c++.exp (obj-c++_init): Likewise.



Attachment: t.diff.txt
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]