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 testsuite/23609, obj-c++ tests fail (GNU runtime)


The problem here is that the shared library path is not being set correctly.
This corrects the issue but the tests still fail for a different problem,
a front-end issue rather than a testsuite bug.


OK? Tested on x86_64-linux-gnu.

Thanks,
Andrew Pinski

ChangeLog:
	* lib/obj-c++ (obj-c++_target_compile): Remove finding the libobjc
	headers/libraries here and move them into ...
	(obj-c++_include_flags): Here and ...
	(obj-c++_link_flags): Here.


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]