From 954ca05ade9b67703033c023e014cb4b9c976c6d Mon Sep 17 00:00:00 2001 From: Dan Nichilson Date: Tue, 7 Aug 2007 20:09:47 +0000 Subject: Add --disable-werror to binutils-pass-1 for robustness git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8278 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 10 ++++++++++ chapter05/binutils-pass1.xml | 10 +++++++++- general.ent | 4 ++-- 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 0abd7d17f..c27fb2604 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -36,6 +36,16 @@ --> + + 2007-08-07 + + + [dnicholson] - Added the --disable-werror + parameter to Binutils Pass 1. + + + + 2007-08-06 diff --git a/chapter05/binutils-pass1.xml b/chapter05/binutils-pass1.xml index 4a4565e72..2c3615feb 100644 --- a/chapter05/binutils-pass1.xml +++ b/chapter05/binutils-pass1.xml @@ -60,7 +60,7 @@ cd ../binutils-build Now prepare Binutils for compilation: CC="gcc -B/usr/bin/" ../binutils-&binutils-version;/configure \ - --prefix=/tools --disable-nls + --prefix=/tools --disable-nls --disable-werror The meaning of the configure options: @@ -93,6 +93,14 @@ cd ../binutils-build + + --disable-werror + + This prevents the build from stopping in the event that there + are warnings from the host's compiler. + + + Continue with compiling the package: diff --git a/general.ent b/general.ent index 91f9d05cb..b67a492d6 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ - - + + -- cgit v1.2.3-54-g00ecf