Update FSF address.
[official-gcc.git] / gcc / config / arc / arc.opt
blob7bc5fa59d79943e87c031749f120ea9d11777875
1 ; Options for the Argonaut ARC port of the compiler
3 ; Copyright (C) 2005 Free Software Foundation, Inc.
5 ; This file is part of GCC.
7 ; GCC is free software; you can redistribute it and/or modify it under
8 ; the terms of the GNU General Public License as published by the Free
9 ; Software Foundation; either version 2, or (at your option) any later
10 ; version.
12 ; GCC is distributed in the hope that it will be useful, but WITHOUT
13 ; ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
14 ; or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
15 ; License for more details.
17 ; You should have received a copy of the GNU General Public License
18 ; along with GCC; see the file COPYING.  If not, write to the Free
19 ; Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
20 ; 02110-1301, USA.
22 malign-loops
23 Target Undocumented Report Mask(ALIGN_LOOPS)
25 mbig-endian
26 Target Undocumented Report RejectNegative Mask(BIG_ENDIAN)
28 mlittle-endian
29 Target Undocumented Report RejectNegative InverseMask(BIG_ENDIAN)
31 mmangle-cpu
32 Target Report Mask(MANGLE_CPU)
33 Prepend the name of the cpu to all public symbol names
35 ; mmangle-cpu-libgcc
36 ; Target Undocumented Mask(MANGLE_CPU_LIBGC)
38 mno-cond-exec
39 Target Undocumented Report RejectNegative Mask(NO_COND_EXEC)
41 mcpu=
42 Target RejectNegative Joined Var(arc_cpu_string) Init("base")
43 -mcpu=CPU       Compile code for ARC variant CPU
45 mtext=
46 Target RejectNegative Joined Var(arc_text_string) Init(ARC_DEFAULT_TEXT_SECTION)
47 -mtext=SECTION  Put functions in SECTION
49 mdata=
50 Target RejectNegative Joined Var(arc_data_string) Init(ARC_DEFAULT_DATA_SECTION)
51 -mdata=SECTION  Put data in SECTION
53 mrodata=
54 Target RejectNegative Joined Var(arc_rodata_string) Init(ARC_DEFAULT_RODATA_SECTION)
55 -mrodata=SECTION        Put read-only data in SECTION