]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/config/i386/linux.h
Update copyright years.
[thirdparty/gcc.git] / gcc / config / i386 / linux.h
CommitLineData
9ec36da5 1/* Definitions for Intel 386 running Linux-based GNU systems with ELF format.
83ffe9cd 2 Copyright (C) 1994-2023 Free Software Foundation, Inc.
bb1835d2
RK
3 Contributed by Eric Youngdale.
4 Modified for stabs-in-ELF by H.J. Lu.
4a86a6d2 5
188fc5b5 6This file is part of GCC.
4a86a6d2 7
188fc5b5 8GCC is free software; you can redistribute it and/or modify
4a86a6d2 9it under the terms of the GNU General Public License as published by
2f83c7d6 10the Free Software Foundation; either version 3, or (at your option)
4a86a6d2
RK
11any later version.
12
188fc5b5 13GCC is distributed in the hope that it will be useful,
4a86a6d2
RK
14but WITHOUT ANY WARRANTY; without even the implied warranty of
15MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16GNU General Public License for more details.
17
18You should have received a copy of the GNU General Public License
2f83c7d6
NC
19along with GCC; see the file COPYING3. If not see
20<http://www.gnu.org/licenses/>. */
1cf549b1 21
e24609cf 22#define GNU_USER_LINK_EMULATION "elf_i386"
7bd85ce0 23#define GLIBC_DYNAMIC_LINKER "/lib/ld-linux.so.2"
cf57e993
GR
24
25#undef MUSL_DYNAMIC_LINKER
26#define MUSL_DYNAMIC_LINKER "/lib/ld-musl-i386.so.1"