From 63df8c7c565db0bce4ffc0094e0698c661ab7dc0 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Sun, 31 Jan 2016 16:32:45 +0000 Subject: Fix blank space git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10997 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/glibc.xml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'chapter05') diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml index bd068167d..40ac97a0d 100644 --- a/chapter05/glibc.xml +++ b/chapter05/glibc.xml @@ -55,16 +55,16 @@ cd build Next, prepare Glibc for compilation: -../configure \ - --prefix=/tools \ - --host=$LFS_TGT \ - --build=$(../scripts/config.guess) \ - --disable-profile \ - --enable-kernel=&min-kernel; \ - --enable-obsolete-rpc \ - --with-headers=/tools/include \ - libc_cv_forced_unwind=yes \ - libc_cv_ctors_header=yes \ +../configure \ + --prefix=/tools \ + --host=$LFS_TGT \ + --build=$(../scripts/config.guess) \ + --disable-profile \ + --enable-kernel=&min-kernel; \ + --enable-obsolete-rpc \ + --with-headers=/tools/include \ + libc_cv_forced_unwind=yes \ + libc_cv_ctors_header=yes \ libc_cv_c_cleanup=yes -- cgit v1.2.3-54-g00ecf