From ac29564f5db8b29cac4bf3c47be6d95d9a6ada14 Mon Sep 17 00:00:00 2001 From: Marc Kleine-Budde Date: Wed, 17 Oct 2007 13:20:41 +0000 Subject: * rules/cross-gcc-second.make: remove libtool .la files to get a relocateable toolchain git-svn-id: https://svn.pengutronix.de/svn/oselas/toolchain/branches/OSELAS.Toolchain-1.1-branch@4425 f8d472c7-5700-0410-ac5a-87979cec3adf --- rules/cross-gcc-second.make | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rules/cross-gcc-second.make b/rules/cross-gcc-second.make index 990db7b..f7cbb25 100644 --- a/rules/cross-gcc-second.make +++ b/rules/cross-gcc-second.make @@ -100,6 +100,9 @@ $(STATEDIR)/cross-gcc-second.install: $(cross-gcc-second_install_deps_default) @$(call targetinfo, $@) cd $(CROSS_GCC_SECOND_BUILDDIR) && \ $(CROSS_GCC_SECOND_PATH) $(MAKE) install + @find $(PTXCONF_PREFIX) -name "*.la" | while read la_file; do \ + rm -v $${la_file}; \ + done @$(call touch, $@) # ---------------------------------------------------------------------------- -- cgit v1.2.3