diff options
Diffstat (limited to 'chapter06/gcc-2953.xml')
-rw-r--r-- | chapter06/gcc-2953.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/gcc-2953.xml b/chapter06/gcc-2953.xml index 4e967285f..0afb56167 100644 --- a/chapter06/gcc-2953.xml +++ b/chapter06/gcc-2953.xml @@ -59,7 +59,7 @@ cd ../gcc-2-build</userinput></screen> <para>Compile and install the compiler:</para> -<screen><userinput>../gcc-2.95.3/configure --prefix=/opt/gcc-2.95.3 \ +<screen><userinput>../&gcc-2953-dir;/configure --prefix=/opt/&gcc-2953-dir; \ --enable-shared --enable-languages=c \ --enable-threads=posix make bootstrap |