OSDN Git Service

Delete remaining references to sparc little-endian support.
[pf3gnuchains/gcc-fork.git] / gcc / config / freebsd.opt
1 ; FreeBSD options.
2
3 ; Copyright (C) 2010, 2011
4 ; Free Software Foundation, Inc.
5 ;
6 ; This file is part of GCC.
7 ;
8 ; GCC is free software; you can redistribute it and/or modify it under
9 ; the terms of the GNU General Public License as published by the Free
10 ; Software Foundation; either version 3, or (at your option) any later
11 ; version.
12 ;
13 ; GCC is distributed in the hope that it will be useful, but WITHOUT ANY
14 ; WARRANTY; without even the implied warranty of MERCHANTABILITY or
15 ; FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
16 ; for more details.
17 ;
18 ; You should have received a copy of the GNU General Public License
19 ; along with GCC; see the file COPYING3.  If not see
20 ; <http://www.gnu.org/licenses/>.
21
22 ; See the GCC internals manual (options.texi) for a description of this file's format.
23
24 ; Please try to keep this file in ASCII collating order.
25
26 assert
27 Driver Separate
28
29 assert=
30 Driver JoinedOrMissing
31
32 defsym
33 Driver Separate
34
35 defsym=
36 Driver JoinedOrMissing
37
38 posix
39 Driver
40
41 profile
42 Driver
43
44 pthread
45 Driver
46
47 rdynamic
48 Driver
49
50 rpath-link
51 Driver Separate
52
53 rpath-link=
54 Driver JoinedOrMissing
55
56 rpath=
57 Driver JoinedOrMissing
58
59 soname
60 Driver Separate
61
62 soname=
63 Driver JoinedOrMissing
64
65 ; This comment is to ensure we retain the blank line above.