]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/gcc/config/freebsd-spec.h
This commit was generated by cvs2svn to compensate for changes in r154258,
[FreeBSD/FreeBSD.git] / contrib / gcc / config / freebsd-spec.h
1 /* Base configuration file for all FreeBSD targets.
2    Copyright (C) 1999, 2000, 2001 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, 59 Temple Place - Suite 330,
19 Boston, MA 02111-1307, 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   %{fPIC|fpic|fPIE|fpie:-D__PIC__ -D__pic__}                            \
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   %{!shared:crtbegin.o%s} \
108   %{shared:crtbeginS.o%s}"
109
110 /* Provide an ENDFILE_SPEC appropriate for FreeBSD/i386.  Here we tack on
111    our own magical crtend.o file (see crtstuff.c) which provides part of
112    the support for getting C++ file-scope static object constructed before
113    entering `main', followed by the normal "finalizer" file, `crtn.o'.  */
114
115 #define FBSD_ENDFILE_SPEC "\
116   %{!shared:crtend.o%s} \
117   %{shared:crtendS.o%s} \
118   crtn.o%s "
119
120 /* Provide a LIB_SPEC appropriate for FreeBSD as configured and as
121    required by the user-land thread model.  Before __FreeBSD_version
122    500016, select the appropriate libc, depending on whether we're
123    doing profiling or need threads support.  At __FreeBSD_version
124    500016 and later, when threads support is requested include both
125    -lc and the threading lib instead of only -lc_r.  To make matters
126    interesting, we can't actually use __FreeBSD_version provided by
127    <osreldate.h> directly since it breaks cross-compiling.  As a final
128    twist, make it a hard error if -pthread is provided on the command
129    line and gcc was configured with --disable-threads (this will help
130    avoid bug reports from users complaining about threading when they
131    misconfigured the gcc bootstrap but are later consulting FreeBSD
132    manual pages that refer to the mythical -pthread option).  */
133
134 /* Provide a LIB_SPEC appropriate for FreeBSD.  Just select the appropriate
135    libc, depending on whether we're doing profiling or need threads support.
136    (simular to the default, except no -lg, and no -p).  */
137
138 #ifdef FBSD_NO_THREADS
139 #define FBSD_LIB_SPEC "                                                 \
140   %{pthread: %eThe -pthread option is only supported on FreeBSD when gcc \
141 is built with the --enable-threads configure-time option.}              \
142   %{!shared:                                                            \
143     %{!pg: -lc}                                                         \
144     %{pg:  -lc_p}                                                       \
145   }"
146 #else
147 #include <sys/param.h>
148 #if __FreeBSD_version < 500016
149 #define FBSD_LIB_SPEC "                                                 \
150   %{!shared:                                                            \
151     %{!pg:                                                              \
152       %{!pthread:-lc}                                                   \
153       %{pthread:-lc_r}}                                                 \
154     %{pg:                                                               \
155       %{!pthread:-lc_p}                                                 \
156       %{pthread:-lc_r_p}}                                               \
157   }"
158 #else
159 #define FBSD_LIB_SPEC "                                                 \
160   %{!shared:                                                            \
161     %{!pg: %{pthread:-lpthread} -lc}                                    \
162     %{pg:  %{pthread:-lpthread_p} -lc_p}                                \
163   }"
164 #endif
165 #endif
166
167 #if FBSD_MAJOR < 5
168 #define FBSD_DYNAMIC_LINKER "/usr/libexec/ld-elf.so.1"
169 #else
170 #define FBSD_DYNAMIC_LINKER "/libexec/ld-elf.so.1"
171 #endif