install.texi (--with-gnu-as): Mention SPARC/Solaris and SPARC64/Solaris as platforms where --with-gnu-as...
* doc/install.texi (--with-gnu-as): Mention SPARC/Solaris and SPARC64/Solaris as platforms where --with-gnu-as makes a difference. (--with-as): Add @anchor. (--with-gnu-ld): Fix typo. (--with-ld): Add @uref to --with-as. From-SVN: r68249
This commit is contained in:
parent
a2c4f8e065
commit
8f2afc2131
|
@ -1,3 +1,11 @@
|
|||
2003-06-20 Eric Botcazou <ebotcazou@libertysurf.fr>
|
||||
|
||||
* doc/install.texi (--with-gnu-as): Mention SPARC/Solaris and
|
||||
SPARC64/Solaris as platforms where --with-gnu-as makes a difference.
|
||||
(--with-as): Add @anchor.
|
||||
(--with-gnu-ld): Fix typo.
|
||||
(--with-ld): Add @uref to --with-as.
|
||||
|
||||
2003-06-19 Zack Weinberg <zack@codesourcery.com>
|
||||
|
||||
* doc/tm.texi: Uniformly use @defmac for macros, rather than
|
||||
|
|
|
@ -745,13 +745,15 @@ whether you use the GNU assembler. On any other system,
|
|||
@item @samp{m68000-att-sysv}
|
||||
@item @samp{@var{any}-lynx-lynxos}
|
||||
@item @samp{mips-@var{any}}
|
||||
@item @samp{sparc-sun-solaris2.@var{any}}
|
||||
@item @samp{sparc64-@var{any}-solaris2.@var{any}}
|
||||
@end itemize
|
||||
|
||||
On the systems listed above (except for the HP-PA, for ISC on the
|
||||
386, and for @samp{mips-sgi-irix5.*}), if you use the GNU assembler,
|
||||
On the systems listed above (except for the HP-PA, the SPARC, for ISC on
|
||||
the 386, and for @samp{mips-sgi-irix5.*}), if you use the GNU assembler,
|
||||
you should also use the GNU linker (and specify @option{--with-gnu-ld}).
|
||||
|
||||
@item --with-as=@var{pathname}
|
||||
@item @anchor{with-as}--with-as=@var{pathname}
|
||||
Specify that the
|
||||
compiler should use the assembler pointed to by @var{pathname}, rather
|
||||
than the one found by the standard rules to find an assembler, which
|
||||
|
@ -776,12 +778,11 @@ and want to choose one that is not found by the above rules.
|
|||
|
||||
@item @anchor{with-gnu-ld}--with-gnu-ld
|
||||
Same as @uref{#with-gnu-as,,@option{--with-gnu-as}}
|
||||
but for linker.
|
||||
|
||||
but for the linker.
|
||||
|
||||
@item --with-ld=@var{pathname}
|
||||
Same as
|
||||
@option{--with-as}, but for the linker.
|
||||
Same as @uref{#with-as,,@option{--with-as}}
|
||||
but for the linker.
|
||||
|
||||
@item --with-stabs
|
||||
Specify that stabs debugging
|
||||
|
|
Loading…
Reference in New Issue