From 4e010de526765be098f8013a9c81bfbd0738dfab Mon Sep 17 00:00:00 2001 From: Timothy Bauscher Date: Mon, 7 Oct 2002 04:33:47 +0000 Subject: Switch to gcc-core and gcc-g++. Change '&' to '&' git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2168 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/gcc-exp.xml | 6 ------ 1 file changed, 6 deletions(-) (limited to 'chapter05/gcc-exp.xml') diff --git a/chapter05/gcc-exp.xml b/chapter05/gcc-exp.xml index 4ea02babf..764419fcf 100644 --- a/chapter05/gcc-exp.xml +++ b/chapter05/gcc-exp.xml @@ -14,11 +14,6 @@ codes some paths while compiling and so we need to pass /static as the prefix during ./configure. We pass the real install prefix during the make install command later. ---enable-languages=c: This builds the C -compiler. The C++ compiler will be built in Chapter 6, when we rebuild -GCC. Other compilers are available as well. If they are needed, -the --enable-languages parameter may be omitted. - echo "#define HAVE_GAS_HIDDEN 1": This defines the .hidden assembler directive so that we don't build a faulty Glibc later on. @@ -31,4 +26,3 @@ packages to compile them statically. creates the $LFS/static/bin/gcc symlink, which some packages need. - -- cgit v1.2.3-54-g00ecf