mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
53ba8c1117
Signed-off-by: Samuel Tardieu <sam@rfc1149.net>
40 lines
830 B
Plaintext
40 lines
830 B
Plaintext
@c Copyright (C) 2021-2024 Free Software Foundation, Inc.
|
|
@c This is part of the GAS manual.
|
|
@c For copying conditions, see the file as.texinfo
|
|
@c man end
|
|
|
|
@ifset GENERIC
|
|
@page
|
|
@node LoongArch-Dependent
|
|
@chapter LoongArch Dependent Features
|
|
@end ifset
|
|
@ifclear GENERIC
|
|
@node Machine Dependencies
|
|
@chapter LoongArch Dependent Features
|
|
@end ifclear
|
|
|
|
@cindex LoongArch support
|
|
@menu
|
|
* LoongArch-Options:: LoongArch Options
|
|
@end menu
|
|
|
|
@node LoongArch-Options
|
|
@section LoongArch Options
|
|
|
|
The following table lists all available LoongArch specific options.
|
|
|
|
@c man begin OPTIONS
|
|
@table @gcctabopt
|
|
|
|
@cindex @samp{-fpic} option, LoongArch
|
|
@item -fpic
|
|
@itemx -fPIC
|
|
Generate position-independent code
|
|
|
|
@cindex @samp{-fno-pic} option, LoongArch
|
|
@item -fno-pic
|
|
Don't generate position-independent code (default)
|
|
|
|
@end table
|
|
@c man end
|