blob: da8d5c937ed0c329e33324500c6603e826595d7a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
@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
|