Revert 137452.
[official-gcc.git] / gcc / config / i386 / freebsd64.h
blob69915ea61856a0e85871b4131471236aedd9e288
1 /* Definitions for AMD x86-64 running FreeBSD with ELF format
2 Copyright (C) 2002, 2004, 2007 Free Software Foundation, Inc.
3 Contributed by David O'Brien <obrien@FreeBSD.org>
5 This file is part of GCC.
7 GCC is free software; you can redistribute it and/or modify
8 it under the terms of the GNU General Public License as published by
9 the Free Software Foundation; either version 3, or (at your option)
10 any later version.
12 GCC is distributed in the hope that it will be useful,
13 but WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 GNU General Public License for more details.
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/>. */
22 #undef TARGET_VERSION
23 #define TARGET_VERSION fprintf (stderr, " (FreeBSD/x86-64 ELF)");
25 #define SUBTARGET_EXTRA_SPECS \
26 { "fbsd_dynamic_linker", FBSD_DYNAMIC_LINKER }
28 /* Provide a LINK_SPEC appropriate for the FreeBSD/x86-64 ELF target.
29 This is a copy of LINK_SPEC from <i386/freebsd.h> tweaked for
30 the x86-64 target. */
32 #undef LINK_SPEC
33 #define LINK_SPEC "\
34 %{m32:-m elf_i386_fbsd} \
35 %{v:-V} \
36 %{assert*} %{R*} %{rpath*} %{defsym*} \
37 %{shared:-Bshareable %{h*} %{soname*}} \
38 %{!shared: \
39 %{!static: \
40 %{rdynamic:-export-dynamic} \
41 %{!dynamic-linker:-dynamic-linker %(fbsd_dynamic_linker) }} \
42 %{static:-Bstatic}} \
43 %{symbolic:-Bsymbolic}"