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 libobjc lib install (libobjc/4039)


Hi,

this patch is mostly a copy of the stuff Geoff did for libf2c earlier this 
week. besides that, it finally enables multilib install for libobjc (the 
multilibs were built but never installed), passes $(INSTALL) instead of 
$(INSTALL_DATA) to libtool (so the shared libs have their executable bits 
set) and uses libtool --finish to finish the libs.

Tested by installing on powerpc-linux-gnu and x86-linux-gnu.

OK to commit?

Franz.

	libobjc/4039
	* aclocal.m4: Replace with version copied from libstdc++-v3.
	* configure.in: Update for changes to aclocal and Makefile.
	* configure: Regenerate.
	* Makefile.in: Correct install of multilibs and shared libs, use
	INSTALL_DATA for include files.

Attachment: gcc3-libobjc-config.patch
Description: Text document


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