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 a large number of testsuite failures on darwin


After Geoff's recent patch to support weak symbols by default, we get
a large number of testsuite failures because we use weak symbols all
over the place so it causes cctools to emit an warning/error about
weak symbols not being enabled as MACOSX_DEPLOYMENT_TARGET is defaulted
to 10.1.  This patches fixes this by setting MACOSX_DEPLOYMENT_TARGET to
10.2 while running the testsuite.

OK?

Thanks,
Andrew Pinski

gcc/ChangeLog:

	* lib/g++.exp: Set MACOSX_DEPLOYMENT_TARGET to 10.2.
	* lib/gcc-dg.exp: Likewise.
	* lib/gfortran.exp: Likewise.
	* lib/objc.exp: Likewise.

libjava/ChangeLog:

* testsuite/lib/libjava.exp: Set MACOSX_DEPLOYMENT_TARGET to 10.2.

libstdc++/ChangeLog:

* testsuite/lib/libstdc++.exp: Set MACOSX_DEPLOYMENT_TARGET to 10.2.


Attachment: temp.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]