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]

Correct libgcc make install


Peter Bergner gets a gold star for being the first to notice that I
didn't bother installing multilibbed versions of libgcc.  Pie on my
face, that is.  Fortunately all of the bits to install into the correct
subdirectory were already present: I just forgot to recurse.

Checked in as obvious, fixes make install on powerpc64.

-- 
Daniel Jacobowitz
CodeSourcery

2007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>

	* Makefile.in (install): Handle multilibs.

Index: libgcc/Makefile.in
===================================================================
--- libgcc/Makefile.in	(revision 120444)
+++ libgcc/Makefile.in	(working copy)
@@ -771,6 +771,8 @@ install: $(install-shared) $(install-lib
 	  $(INSTALL_DATA) $$file $(DESTDIR)$(inst_libdir)/;	\
 	done
 
+	@$(MULTIDO) $(FLAGS_TO_PASS) multi-do DO=install
+
 .PHONY: install install-shared install-libunwind
 
 # Don't export variables to the environment, in order to not confuse


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