diff options
author | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-02-11 22:02:10 +0000 |
---|---|---|
committer | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-02-11 22:02:10 +0000 |
commit | c91dd5bfd04b3188fd81bfe9c93d4a6985fdc0d5 (patch) | |
tree | 8fdf4b8561cfe487ad20fa5198f3d01228f41fed /chapter05/patch.xml | |
parent | 5cd6caad33aed7430be8c2f1612a053d8d51ffe4 (diff) |
Making the test suites in chapter 5 more clearly optional.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3248 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/patch.xml')
-rw-r--r-- | chapter05/patch.xml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/chapter05/patch.xml b/chapter05/patch.xml index ab72274aa..d927b0327 100644 --- a/chapter05/patch.xml +++ b/chapter05/patch.xml @@ -13,13 +13,12 @@ <sect2> <title>Installation of Patch</title> -<para>Prepare Patch for compilation:</para> +<para>Prepare Patch for compilation (the preprocessor flag +<emphasis>-D_GNU_SOURCE</emphasis> is only needed on the PowerPC platform, on +other architectures you can leave it out):</para> <screen><userinput>CPPFLAGS=-D_GNU_SOURCE ./configure --prefix=/tools</userinput></screen> -<para>The preprocessor flag <emphasis>-D_GNU_SOURCE</emphasis> is only needed -on the PowerPC platform. On other architectures you can leave it out.</para> - <para>Compile the program:</para> <screen><userinput>make</userinput></screen> |