diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/gcc.xml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index b57a53ecd..39d8bf7ee 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -36,10 +36,11 @@ variables that override default optimizations have been defined, such as <envar>CFLAGS</envar> and <envar>CXXFLAGS</envar>, unset them when building GCC.</para> -<para>Unpack both the gcc-core and the gcc-g++ tarballs—they will -unpack into the same directory. Likewise, extract the gcc-testsuite -package. The full GCC package contains additional compilers. -Instructions for building these can be found at <ulink +<para>Unpack both the gcc-core and the gcc-g++ tarballs—they will unpack +into the same directory. Likewise, extract the gcc-testsuite package. The full +GCC package contains additional compilers. Fortran, Java and Objective-C can be +added to the configure line. Ada will require more work. Instructions for +building these can be found at <ulink url="&blfs-root;view/svn/general/gcc.html"/>.</para> <para>Apply only the No-Fixincludes patch (not the Specs patch) also |