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] libgomp and libssp don't need to install gcc first


For these two libraries the install target also installs gcc. The comment says:

// Target libraries installed under gcc need to be installed before gcc

Which is backward from what we were actually doing, and I don't think should be necessary.

OK?

-eric

2007-02-23 Eric Christopher <echristo@apple.com>

	* Makefile.def: Remove libgomp and libssp install dependency on
	install-gcc.
	* Makefile.in: Regenerate.

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