From 42130d6299b5d0cf916d085dac0a89c079ca52c0 Mon Sep 17 00:00:00 2001 From: Krejzi Date: Thu, 28 Apr 2016 02:33:21 +0000 Subject: Updated to file-5.26, gcc-6.1.0, grep-2.25, gzip-1.8, linux-4.5.2 and tzdata-2016d. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11049 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/gcc-pass1.xml | 8 +++++--- chapter05/glibc.xml | 4 ++++ 2 files changed, 9 insertions(+), 3 deletions(-) (limited to 'chapter05') diff --git a/chapter05/gcc-pass1.xml b/chapter05/gcc-pass1.xml index 8015c1b50..64077a414 100644 --- a/chapter05/gcc-pass1.xml +++ b/chapter05/gcc-pass1.xml @@ -135,6 +135,7 @@ cd build --disable-threads \ --disable-libatomic \ --disable-libgomp \ + --disable-libmpx \ --disable-libquadmath \ --disable-libssp \ --disable-libvtv \ @@ -195,11 +196,12 @@ cd build --disable-decimal-float, --disable-threads, - --disable-libatomic, --disable-libgomp, --disable-libquadmath, - --disable-libssp, --disable-libvtv, --disable-libstdcxx + --disable-libatomic, --disable-libgomp, --disable-libmpx + --disable-libquadmath, --disable-libssp, --disable-libvtv, + --disable-libstdcxx These switches disable support for the decimal floating point - extension, threading, libatomic, libgomp, libquadmath, libssp, + extension, threading, libatomic, libgomp, libmpx, libquadmath, libssp, libvtv, and the C++ standard library respectively. These features will fail to compile when building a cross-compiler and are not necessary for the task of cross-compiling the temporary libc. diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml index 63000bf70..53865f690 100644 --- a/chapter05/glibc.xml +++ b/chapter05/glibc.xml @@ -47,6 +47,10 @@ patch -Np1 -i ../&glibc-upstream-patch; --> + Fix some problems identified upstream: + +patch -Np1 -i ../&glibc-upstream-patch; + The Glibc documentation recommends building Glibc in a dedicated build directory: -- cgit v1.2.3-54-g00ecf