[fpc-devel] FPC's -A option
Jonas Maebe
jonas.maebe at elis.ugent.be
Wed Nov 28 13:07:57 CET 2012
On 28 Nov 2012, at 12:05, Mark Morgan Lloyd wrote:
> What is the intent of
>
> -Adefault Use default assembler
> -Aas Assemble using GNU AS
>
> on classic unix systems e.g. SPARC and MIPS? Is it that -Aas selects
> gas (and assumes that gas's command-line is consistent for cross-
> builds etc.) and that -Adefault selects whatever variant of as is
> provided by the non-GNU unix (e.g. Solaris and IRIX) provided by the
> originally-dominant manufacturer (e.g. Sun and SGI)?
-Adefault simply selects whatever the compiler uses as the default for
the platform. That may be GNU AS, or something else. Normally, if
multiple assemblers are supported then there will also be a separate -
A option to explicitly select this other assembler.
Jonas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-devel/attachments/20121128/890d5e1f/attachment.html>
More information about the fpc-devel
mailing list