]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/config/linux.opt
Update copyright years.
[thirdparty/gcc.git] / gcc / config / linux.opt
CommitLineData
464aea98
JM
1; Processor-independent options for GNU/Linux.
2;
a5544970 3; Copyright (C) 2006-2019 Free Software Foundation, Inc.
464aea98
JM
4; Contributed by CodeSourcery.
5;
6; This file is part of GCC.
7;
8; GCC is free software; you can redistribute it and/or modify it under
9; the terms of the GNU General Public License as published by the Free
2f83c7d6 10; Software Foundation; either version 3, or (at your option) any later
464aea98
JM
11; version.
12;
13; GCC is distributed in the hope that it will be useful, but WITHOUT ANY
14; WARRANTY; without even the implied warranty of MERCHANTABILITY or
15; FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
16; for more details.
17;
18; You should have received a copy of the GNU General Public License
2f83c7d6
NC
19; along with GCC; see the file COPYING3. If not see
20; <http://www.gnu.org/licenses/>.
464aea98 21
74c70253
MK
22mbionic
23Target Report RejectNegative Var(linux_libc,LIBC_BIONIC) Init(DEFAULT_LIBC) Negative(mglibc)
a7b2e184 24Use Bionic C library.
74c70253 25
464aea98 26mglibc
f0036cca 27Target Report RejectNegative Var(linux_libc,LIBC_GLIBC) Negative(muclibc)
a7b2e184 28Use GNU C library.
7a5d2eb8
ILT
29
30muclibc
755658a5 31Target Report RejectNegative Var(linux_libc,LIBC_UCLIBC) Negative(mmusl)
a7b2e184 32Use uClibc C library.
755658a5
GR
33
34mmusl
35Target Report RejectNegative Var(linux_libc,LIBC_MUSL) Negative(mbionic)
a7b2e184 36Use musl C library.