Deleted Added
full compact
freebsd-spec.h (182644) freebsd-spec.h (195697)
1/* Base configuration file for all FreeBSD targets.
2 Copyright (C) 1999, 2000, 2001, 2004, 2005 Free Software Foundation, Inc.
3
4This file is part of GCC.
5
6GCC is free software; you can redistribute it and/or modify
7it under the terms of the GNU General Public License as published by
8the Free Software Foundation; either version 2, or (at your option)

--- 4 unchanged lines hidden (view full) ---

13MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14GNU General Public License for more details.
15
16You should have received a copy of the GNU General Public License
17along with GCC; see the file COPYING. If not, write to
18the Free Software Foundation, 51 Franklin Street, Fifth Floor,
19Boston, MA 02110-1301, USA. */
20
1/* Base configuration file for all FreeBSD targets.
2 Copyright (C) 1999, 2000, 2001, 2004, 2005 Free Software Foundation, Inc.
3
4This file is part of GCC.
5
6GCC is free software; you can redistribute it and/or modify
7it under the terms of the GNU General Public License as published by
8the Free Software Foundation; either version 2, or (at your option)

--- 4 unchanged lines hidden (view full) ---

13MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14GNU General Public License for more details.
15
16You should have received a copy of the GNU General Public License
17along with GCC; see the file COPYING. If not, write to
18the Free Software Foundation, 51 Franklin Street, Fifth Floor,
19Boston, MA 02110-1301, USA. */
20
21/* $FreeBSD: head/contrib/gcc/config/freebsd-spec.h 182644 2008-09-01 22:22:44Z obrien $ */
21/* $FreeBSD: head/contrib/gcc/config/freebsd-spec.h 195697 2009-07-14 21:19:13Z kan $ */
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

--- 133 unchanged lines hidden (view full) ---

163 }"
164#else
165#define FBSD_LIB_SPEC " \
166 %{!shared: \
167 %{!pg: %{pthread:-lpthread} -lc} \
168 %{pg: %{pthread:-lpthread_p} -lc_p}} \
169 %{shared: \
170 %{pthread:-lpthread} -lc} \
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

--- 133 unchanged lines hidden (view full) ---

163 }"
164#else
165#define FBSD_LIB_SPEC " \
166 %{!shared: \
167 %{!pg: %{pthread:-lpthread} -lc} \
168 %{pg: %{pthread:-lpthread_p} -lc_p}} \
169 %{shared: \
170 %{pthread:-lpthread} -lc} \
171 %{fstack-protector|fstack-protector-all:-lssp_nonshared} \
171 "
172#endif
173#endif
174
175#if FBSD_MAJOR < 5
176#define FBSD_DYNAMIC_LINKER "/usr/libexec/ld-elf.so.1"
177#else
178#define FBSD_DYNAMIC_LINKER "/libexec/ld-elf.so.1"

--- 15 unchanged lines hidden ---
172 "
173#endif
174#endif
175
176#if FBSD_MAJOR < 5
177#define FBSD_DYNAMIC_LINKER "/usr/libexec/ld-elf.so.1"
178#else
179#define FBSD_DYNAMIC_LINKER "/libexec/ld-elf.so.1"

--- 15 unchanged lines hidden ---