mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH v4 1/7] [x86_64] libgcc need to be install in /lib64 instead of /lib
@ 2012-03-25 18:31 Remy Bohmer
  2012-03-25 18:31 ` [ptxdist] [PATCH v4 2/7] [x86_64, multilib] Remove all hardcoded paths from glibc.make Remy Bohmer
                   ` (5 more replies)
  0 siblings, 6 replies; 13+ messages in thread
From: Remy Bohmer @ 2012-03-25 18:31 UTC (permalink / raw)
  To: ptxdist

Let install_copy_toolchain itself figure out where to install the
libgcc libraries and its friends.

Signed-off-by: Remy Bohmer <linux@bohmer.net>
---
 rules/gcclibs.make |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/rules/gcclibs.make b/rules/gcclibs.make
index 60c474c..a1079c2 100644
--- a/rules/gcclibs.make
+++ b/rules/gcclibs.make
@@ -36,15 +36,15 @@ $(STATEDIR)/gcclibs.targetinstall:
 	@$(call install_fixup, gcclibs,DESCRIPTION,missing)
 
 ifdef PTXCONF_GCCLIBS_GCC_S
-	@$(call install_copy_toolchain_lib, gcclibs, libgcc_s.so, /lib)
+	@$(call install_copy_toolchain_lib, gcclibs, libgcc_s.so)
 endif
 
 ifdef PTXCONF_GCCLIBS_CXX
-	@$(call install_copy_toolchain_lib, gcclibs, libstdc++.so, /usr/lib)
+	@$(call install_copy_toolchain_lib, gcclibs, libstdc++.so)
 endif
 
 ifdef PTXCONF_GCCLIBS_GCJ
-	@$(call install_copy_toolchain_lib, gcclibs, libgcj.so, /usr/lib)
+	@$(call install_copy_toolchain_lib, gcclibs, libgcj.so)
 endif
 
 	@$(call install_finish, gcclibs)
-- 
1.7.5.4


-- 
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2012-03-28 15:24 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-25 18:31 [ptxdist] [PATCH v4 1/7] [x86_64] libgcc need to be install in /lib64 instead of /lib Remy Bohmer
2012-03-25 18:31 ` [ptxdist] [PATCH v4 2/7] [x86_64, multilib] Remove all hardcoded paths from glibc.make Remy Bohmer
2012-03-28 10:52   ` Michael Olbrich
2012-03-28 15:24     ` Remy Bohmer
2012-03-25 18:31 ` [ptxdist] [PATCH v4 3/7] [x86_64, multilib] Make packages install their libraries at the right place Remy Bohmer
2012-03-27 14:13   ` Michael Olbrich
2012-03-27 19:57     ` Remy Bohmer
2012-03-25 18:31 ` [ptxdist] [PATCH v4 4/7] [x86_64, multilib] Install Zlib " Remy Bohmer
2012-03-25 18:31 ` [ptxdist] [PATCH v4 5/7] [x86_64, multilib] Install Ncurses " Remy Bohmer
2012-03-25 18:31 ` [ptxdist] [PATCH v4 6/7] [x86_64, multilib] Install Readline " Remy Bohmer
2012-03-27 14:09   ` Michael Olbrich
2012-03-27 17:07     ` Remy Bohmer
2012-03-25 18:31 ` [ptxdist] [PATCH v4 7/7] [x86_64, multilib] Install Procps " Remy Bohmer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox