diff options
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/install.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index d8cca022ca1..12c106eb00a 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -1647,7 +1647,7 @@ need to tell GCC where to find the assembler and the linker. The simplest way to do so is by providing @option{--with-as} and @option{--with-ld} to @file{configure}, e.g.@: -@samp{configure --with-as=/opt/ctl/bin/cam --with-ld=/opt/ctl/bin/cam +@samp{configure --with-as=/opt/ctl/bin/cam --with-ld=/opt/ctl/bin/cld --enable-languages=c} The comparison test during @samp{make bootstrap} fails on Unicos/Mk |