]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/config/kfreebsd-gnu.h
Update copyright years.
[thirdparty/gcc.git] / gcc / config / kfreebsd-gnu.h
CommitLineData
6396cc37 1/* Definitions for kFreeBSD-based GNU systems with ELF format
f1717362 2 Copyright (C) 2004-2016 Free Software Foundation, Inc.
6396cc37 3 Contributed by Robert Millan.
bcfbb573 4
5This file is part of GCC.
6
7GCC is free software; you can redistribute it and/or modify
8it under the terms of the GNU General Public License as published by
038d1e19 9the Free Software Foundation; either version 3, or (at your option)
bcfbb573 10any later version.
11
12GCC is distributed in the hope that it will be useful,
13but WITHOUT ANY WARRANTY; without even the implied warranty of
14MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15GNU General Public License for more details.
16
17You should have received a copy of the GNU General Public License
038d1e19 18along with GCC; see the file COPYING3. If not see
19<http://www.gnu.org/licenses/>. */
bcfbb573 20
493a87fa 21#define GNU_USER_TARGET_OS_CPP_BUILTINS() \
6396cc37 22 do \
23 { \
24 builtin_define ("__FreeBSD_kernel__"); \
25 builtin_define ("__GLIBC__"); \
26 builtin_define_std ("unix"); \
27 builtin_assert ("system=unix"); \
28 builtin_assert ("system=posix"); \
29 } \
30 while (0)
bcfbb573 31
e351cc52 32#define GNU_USER_DYNAMIC_LINKER GLIBC_DYNAMIC_LINKER
a306f2da 33#define GNU_USER_DYNAMIC_LINKER32 GLIBC_DYNAMIC_LINKER32
34#define GNU_USER_DYNAMIC_LINKER64 GLIBC_DYNAMIC_LINKER64
e351cc52 35#define GNU_USER_DYNAMIC_LINKERX32 GLIBC_DYNAMIC_LINKERX32