diff options
Diffstat (limited to 'chapter05/gcc-pass2.xml')
-rw-r--r-- | chapter05/gcc-pass2.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/gcc-pass2.xml b/chapter05/gcc-pass2.xml index 451cd5424..7fc0bb49b 100644 --- a/chapter05/gcc-pass2.xml +++ b/chapter05/gcc-pass2.xml @@ -85,7 +85,7 @@ sed 's/^XCFLAGS =$/& -fomit-frame-pointer/' gcc/Makefile.in.tmp \ > gcc/Makefile.in</userinput></screen> <para>Apply the following patch to change the location of GCC's default - dynamiclinker (typically <filename + dynamic linker (typically <filename class="libraryfile">ld-linux.so.2</filename>):</para> <screen><userinput>patch -Np1 -i ../&gcc-specs-patch;</userinput></screen> |