]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - contrib/gcc/config/freebsd-spec.h
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.git] / contrib / gcc / config / freebsd-spec.h
1 /* Base configuration file for all FreeBSD targets.
2    Copyright (C) 1999, 2000, 2001, 2004, 2005 Free Software Foundation, Inc.
3
4 This file is part of GCC.
5
6 GCC is free software; you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by
8 the Free Software Foundation; either version 2, or (at your option)
9 any later version.
10
11 GCC is distributed in the hope that it will be useful,
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14 GNU General Public License for more details.
15
16 You should have received a copy of the GNU General Public License
17 along with GCC; see the file COPYING.  If not, write to
18 the Free Software Foundation, 51 Franklin Street, Fifth Floor,
19 Boston, MA 02110-1301, USA.  */
20
21 /* $FreeBSD$ */
22
23 /* Common FreeBSD configuration. 
24    All FreeBSD architectures should include this file, which will specify
25    their commonalities.
26    Adapted from gcc/config/freebsd.h by 
27    David O'Brien <obrien@FreeBSD.org>
28    Loren J. Rittle <ljrittle@acm.org>.  */
29
30
31 /* In case we need to know.  */
32 #define USING_CONFIG_FREEBSD_SPEC 1
33
34 /* This defines which switch letters take arguments.  On FreeBSD, most of
35    the normal cases (defined in gcc.c) apply, and we also have -h* and
36    -z* options (for the linker) (coming from SVR4).
37    We also have -R (alias --rpath), no -z, --soname (-h), --assert etc.  */
38
39 #define FBSD_SWITCH_TAKES_ARG(CHAR)                                     \
40   (DEFAULT_SWITCH_TAKES_ARG (CHAR)                                      \
41     || (CHAR) == 'h'                                                    \
42     || (CHAR) == 'z' /* ignored by ld */                                \
43     || (CHAR) == 'R')
44
45 /* This defines which multi-letter switches take arguments.  */
46
47 #define FBSD_WORD_SWITCH_TAKES_ARG(STR)                                 \
48   (DEFAULT_WORD_SWITCH_TAKES_ARG (STR)                                  \
49    || !strcmp ((STR), "rpath") || !strcmp ((STR), "rpath-link")         \
50    || !strcmp ((STR), "soname") || !strcmp ((STR), "defsym")            \
51    || !strcmp ((STR), "assert") || !strcmp ((STR), "dynamic-linker"))
52
53 #define FBSD_TARGET_OS_CPP_BUILTINS()                                   \
54   do                                                                    \
55     {                                                                   \
56         builtin_define_with_int_value ("__FreeBSD__", FBSD_MAJOR);      \
57         builtin_define_std ("unix");                                    \
58         builtin_define ("__KPRINTF_ATTRIBUTE__");                       \
59         builtin_assert ("system=unix");                                 \
60         builtin_assert ("system=bsd");                                  \
61         builtin_assert ("system=FreeBSD");                              \
62         FBSD_NATIVE_TARGET_OS_CPP_BUILTINS();                           \
63         FBSD_TARGET_CPU_CPP_BUILTINS();                                 \
64     }                                                                   \
65   while (0)
66
67 /* Define the default FreeBSD-specific per-CPU hook code.  */
68 #define FBSD_TARGET_CPU_CPP_BUILTINS() do {} while (0)
69
70 #ifdef FREEBSD_NATIVE
71 #define FBSD_NATIVE_TARGET_OS_CPP_BUILTINS()                            \
72   do {                                                                  \
73         builtin_define_with_int_value ("__FreeBSD_cc_version", FBSD_CC_VER); \
74   } while (0)
75 #else
76 #define FBSD_NATIVE_TARGET_OS_CPP_BUILTINS()                            \
77   do {} while (0)
78 #endif
79
80 /* Provide a CPP_SPEC appropriate for FreeBSD.  We just deal with the GCC
81    option `-posix', and PIC issues.  Try to detect support for the
82    `long long' type.  Unfortunately the GCC spec parser will not allow us
83    to properly detect the "iso9899:1990" and "iso9899:199409" forms of
84    -std=c89.  Because of the ':' in the -std argument. :-(  I have left
85    them in the spec as a place holder in hopes someone knows a way to make
86    the detection of them work.  */
87
88 #define FBSD_CPP_SPEC "                                                 \
89   %(cpp_cpu)                                                            \
90   %(cpp_arch)                                                           \
91   %{!ansi:%{!std=c89:%{!std=iso9899.1990:%{!std=iso9899.199409:-D_LONGLONG}}}} \
92   %{posix:-D_POSIX_SOURCE}"
93
94 /* Provide a STARTFILE_SPEC appropriate for FreeBSD.  Here we add the magical
95    crtbegin.o file (see crtstuff.c) which provides part of the support for
96    getting C++ file-scope static object constructed before entering `main'.  */
97
98 #define FBSD_STARTFILE_SPEC "\
99   %{!shared: \
100     %{pg:gcrt1.o%s} \
101     %{!pg: \
102       %{p:gcrt1.o%s} \
103       %{!p: \
104         %{profile:gcrt1.o%s} \
105         %{!profile:crt1.o%s}}}} \
106   crti.o%s \
107   %{static:crtbeginT.o%s;shared:crtbeginS.o%s;:crtbegin.o%s}"
108
109 /* Provide an ENDFILE_SPEC appropriate for FreeBSD/i386.  Here we tack on
110    our own magical crtend.o file (see crtstuff.c) which provides part of
111    the support for getting C++ file-scope static object constructed before
112    entering `main', followed by the normal "finalizer" file, `crtn.o'.  */
113
114 #define FBSD_ENDFILE_SPEC "\
115   %{!shared:crtend.o%s} \
116   %{shared:crtendS.o%s} \
117   crtn.o%s "
118
119 /* Provide a LIB_SPEC appropriate for FreeBSD as configured and as
120    required by the user-land thread model.  Before __FreeBSD_version
121    500016, select the appropriate libc, depending on whether we're
122    doing profiling or need threads support.  At __FreeBSD_version
123    500016 and later, when threads support is requested include both
124    -lc and the threading lib instead of only -lc_r.  To make matters
125    interesting, we can't actually use __FreeBSD_version provided by
126    <osreldate.h> directly since it breaks cross-compiling.  As a final
127    twist, make it a hard error if -pthread is provided on the command
128    line and gcc was configured with --disable-threads (this will help
129    avoid bug reports from users complaining about threading when they
130    misconfigured the gcc bootstrap but are later consulting FreeBSD
131    manual pages that refer to the mythical -pthread option).  */
132
133 /* Provide a LIB_SPEC appropriate for FreeBSD.  Just select the appropriate
134    libc, depending on whether we're doing profiling or need threads support.
135    (similar to the default, except no -lg, and no -p).  */
136
137 #ifdef FBSD_NO_THREADS
138 #define FBSD_LIB_SPEC "                                                 \
139   %{pthread: %eThe -pthread option is only supported on FreeBSD when gcc \
140 is built with the --enable-threads configure-time option.}              \
141   %{!shared:                                                            \
142     %{!pg: -lc}                                                         \
143     %{pg:  -lc_p}                                                       \
144   }"
145 #else
146 #include <sys/param.h>
147 #if __FreeBSD_version < 500016
148 #define FBSD_LIB_SPEC "                                                 \
149   %{!shared:                                                            \
150     %{!pg:                                                              \
151       %{!pthread:-lc}                                                   \
152       %{pthread:-lc_r}}                                                 \
153     %{pg:                                                               \
154       %{!pthread:-lc_p}                                                 \
155       %{pthread:-lc_r_p}}                                               \
156   }"
157 #elif __FreeBSD_version < 700022
158 #define FBSD_LIB_SPEC "                                                 \
159   %{!shared:                                                            \
160     %{!pg: %{pthread:-lpthread} -lc}                                    \
161     %{pg:  %{pthread:-lpthread_p} -lc_p}                                \
162   }"
163 #else
164 #define FBSD_LIB_SPEC "                                                 \
165   %{!shared:                                                            \
166     %{!pg: %{pthread:-lpthread} -lc}                                    \
167     %{pg:  %{pthread:-lpthread_p} -lc_p}}                               \
168   %{shared:                                                             \
169     %{pthread:-lpthread} -lc}                                           \
170   "
171 #endif
172 #endif
173
174 #if FBSD_MAJOR < 5
175 #define FBSD_DYNAMIC_LINKER "/usr/libexec/ld-elf.so.1"
176 #else
177 #define FBSD_DYNAMIC_LINKER "/libexec/ld-elf.so.1"
178 #endif
179
180 #if defined(HAVE_LD_EH_FRAME_HDR)
181 #define LINK_EH_SPEC "%{!static:--eh-frame-hdr} "
182 #endif
183
184 /* Use --as-needed -lgcc_s for eh support.  */
185 #ifdef HAVE_LD_AS_NEEDED
186 #define USE_LD_AS_NEEDED 1
187 #endif