From 641a3cd27ef5545e8d3ca9856abed4cbf7f72898 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Thu, 6 May 2010 05:05:01 +0000 Subject: [PATCH] Removed a sed in Chapter 6 GCC instructions that has been fixed in GCC-4.5.0. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9267 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 11 +++++++++++ chapter06/gcc.xml | 5 ----- general.ent | 4 ++-- 3 files changed, 13 insertions(+), 7 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 2e238f4f7..68170f90f 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -36,6 +36,17 @@ --> + + 2010-05-06 + + + [bdubbs] - Removed a sed in Chapter 6 GCC instructions that + has been fixed in GCC-4.5.0. + Fixes #2653. + + + + 2010-05-03 diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index 588a66ad8..4e8f51574 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -66,11 +66,6 @@ esac sed -i 's@\./fixinc\.sh@-c true@' gcc/Makefile.in - Apply a sed substitution to prevent a testsuite -error: - -sed -i 's/getline/get_line/' libiberty/testsuite/test-demangle.c - The GCC documentation recommends building GCC outside of the source directory in a dedicated build directory: diff --git a/general.ent b/general.ent index 8d78d43ff..e01e66c0f 100644 --- a/general.ent +++ b/general.ent @@ -1,5 +1,5 @@ - - + +