[Lunar-commits] gcc: Don't install conflicting libiberty.a, binutils will supply that lib.

Stefan Wold ratler at lunar-linux.org
Sun Dec 2 17:35:35 CET 2007


commit 21b03a2cd820b6d1bde073bb879c7efc2159fdfe
Author: Stefan Wold <ratler at lunar-linux.org>
Date:   Sun Dec 2 17:35:17 2007 +0100

    gcc: Don't install conflicting libiberty.a, binutils will supply that lib.
---
 compilers/gcc/BUILD        |    2 ++
 compilers/gcc/BUILD.x86_64 |    2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/compilers/gcc/BUILD b/compilers/gcc/BUILD
index 619c7ed..fe306a7 100644
--- a/compilers/gcc/BUILD
+++ b/compilers/gcc/BUILD
@@ -4,6 +4,8 @@
   cd BUILD     &&
 
   sedit 's/trap 0/trap "" 0/' ../configure  &&
+  # We use libiberty.a from binutils instead
+  sedit 's/install_to_$(INSTALL_DEST) //' ../libiberty/Makefile.in &&
 
   LANGUAGES="${LANGUAGES:=c++}" &&
 
diff --git a/compilers/gcc/BUILD.x86_64 b/compilers/gcc/BUILD.x86_64
index 4bfbf88..34a04f7 100644
--- a/compilers/gcc/BUILD.x86_64
+++ b/compilers/gcc/BUILD.x86_64
@@ -4,6 +4,8 @@
   cd BUILD     &&
 
   sedit 's/trap 0/trap "" 0/' ../configure  &&
+  # We use libiberty.a from binutils instead
+  sedit 's/install_to_$(INSTALL_DEST) //' ../libiberty/Makefile.in &&
 
   LANGUAGES=${LANGUAGES:=c++} &&
 


More information about the Lunar-commits mailing list