From dfe4112a54cbebd87db6e713c29f9d157606b089 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 24 Oct 2008 04:03:48 +0200 Subject: [PATCH] gcc: do not install libiberty.a, thanks LFS. --HG-- extra : convert_revision : dcbc41866d3d66ea11ef3c86daf45c3a5c5f7f0b --- templates/gcc-runstuff-before-configure.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 templates/gcc-runstuff-before-configure.sh diff --git a/templates/gcc-runstuff-before-configure.sh b/templates/gcc-runstuff-before-configure.sh new file mode 100644 index 00000000000..932e47eadac --- /dev/null +++ b/templates/gcc-runstuff-before-configure.sh @@ -0,0 +1,4 @@ +# +# As specified in the LFS book, disable installing libiberty. +# +sed -i 's/install_to_$(INSTALL_DEST) //' $wrksrc/libiberty/Makefile.in