]> 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
cfafe973 1/* Definitions for kFreeBSD-based GNU systems with ELF format
7adcbafe 2 Copyright (C) 2004-2022 Free Software Foundation, Inc.
cfafe973 3 Contributed by Robert Millan.
e2befd7d
RM
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
2f83c7d6 9the Free Software Foundation; either version 3, or (at your option)
e2befd7d
RM
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
2f83c7d6
NC
18along with GCC; see the file COPYING3. If not see
19<http://www.gnu.org/licenses/>. */
e2befd7d 20
107fd1c1 21#define GNU_USER_TARGET_OS_CPP_BUILTINS() \
cfafe973
RM
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)
e2befd7d 31
b4c522fa
IB
32#define GNU_USER_TARGET_D_OS_VERSIONS() \
33 do { \
34 builtin_version ("FreeBSD"); \
35 builtin_version ("CRuntime_Glibc"); \
36 } while (0)
37
4787ac51 38#define GNU_USER_DYNAMIC_LINKER GLIBC_DYNAMIC_LINKER
7d8d16c3
RM
39#define GNU_USER_DYNAMIC_LINKER32 GLIBC_DYNAMIC_LINKER32
40#define GNU_USER_DYNAMIC_LINKER64 GLIBC_DYNAMIC_LINKER64
4787ac51 41#define GNU_USER_DYNAMIC_LINKERX32 GLIBC_DYNAMIC_LINKERX32