Upgrade to gcc-4.8.3
[hvlinux.git] / stage2 / pkg / gcc
index edcfe46..efde04b 100644 (file)
@@ -16,10 +16,6 @@ hvconfig_pre()
         --enable-languages=c,c++ \
         --disable-multilib \
         --disable-libstdcxx-pch"
-
-    # Applying a sed substitution that will suppress the installation of
-    # libiberty.a. We want to use the Binutils version of libiberty.a
-    sed -i 's/install_to_$(INSTALL_DEST) //' ${LFS_TMP}/${PACKAGE}/libiberty/Makefile.in
 }
 
 hvconfig_post()
@@ -30,6 +26,9 @@ hvconfig_post()
 
 hvbuild_post()
 {
+    # Install the libiberty header file that is needed by some packages:
+    cp -v ${LFS_TMP}/${PACKAGE}/include/libiberty.h /usr/include
+
     ln -svf ../usr/bin/cpp /lib
     ln -svf gcc /usr/bin/cc
 }