xref: /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arc/arc.opt (revision b7b7574d3bf8eeb51a1fa3977b59142ec6434a55)
1; Options for the Argonaut ARC port of the compiler
2;
3; Copyright (C) 2005, 2007 Free Software Foundation, Inc.
4;
5; This file is part of GCC.
6;
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 3, or (at your option) any later
10; version.
11;
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.
16;
17; You should have received a copy of the GNU General Public License
18; along with GCC; see the file COPYING3.  If not see
19; <http://www.gnu.org/licenses/>.
20
21malign-loops
22Target Undocumented Report Mask(ALIGN_LOOPS)
23
24mbig-endian
25Target Undocumented Report RejectNegative Mask(BIG_ENDIAN)
26
27mlittle-endian
28Target Undocumented Report RejectNegative InverseMask(BIG_ENDIAN)
29
30mmangle-cpu
31Target Report Mask(MANGLE_CPU)
32Prepend the name of the cpu to all public symbol names
33
34; mmangle-cpu-libgcc
35; Target Undocumented Mask(MANGLE_CPU_LIBGC)
36
37mno-cond-exec
38Target Undocumented Report RejectNegative Mask(NO_COND_EXEC)
39
40mcpu=
41Target RejectNegative Joined Var(arc_cpu_string) Init("base")
42-mcpu=CPU	Compile code for ARC variant CPU
43
44mtext=
45Target RejectNegative Joined Var(arc_text_string) Init(ARC_DEFAULT_TEXT_SECTION)
46-mtext=SECTION	Put functions in SECTION
47
48mdata=
49Target RejectNegative Joined Var(arc_data_string) Init(ARC_DEFAULT_DATA_SECTION)
50-mdata=SECTION	Put data in SECTION
51
52mrodata=
53Target RejectNegative Joined Var(arc_rodata_string) Init(ARC_DEFAULT_RODATA_SECTION)
54-mrodata=SECTION	Put read-only data in SECTION
55