1169689Skan; Processor-independent options for GNU/Linux.
2169689Skan;
3169689Skan; Copyright (C) 2006 Free Software Foundation, Inc.
4169689Skan; Contributed by CodeSourcery.
5169689Skan;
6169689Skan; This file is part of GCC.
7169689Skan;
8169689Skan; GCC is free software; you can redistribute it and/or modify it under
9169689Skan; the terms of the GNU General Public License as published by the Free
10169689Skan; Software Foundation; either version 2, or (at your option) any later
11169689Skan; version.
12169689Skan;
13169689Skan; GCC is distributed in the hope that it will be useful, but WITHOUT ANY
14169689Skan; WARRANTY; without even the implied warranty of MERCHANTABILITY or
15169689Skan; FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
16169689Skan; for more details.
17169689Skan;
18169689Skan; You should have received a copy of the GNU General Public License
19169689Skan; along with GCC; see the file COPYING.  If not, write to the Free
20169689Skan; Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
21169689Skan; 02110-1301, USA.
22169689Skan
23169689Skanmuclibc
24169689SkanTarget RejectNegative Report Mask(UCLIBC) Var(linux_uclibc) Init(UCLIBC_DEFAULT ? OPTION_MASK_UCLIBC : 0)
25169689SkanUse uClibc instead of GNU libc
26169689Skan
27169689Skanmglibc
28169689SkanTarget RejectNegative Report InverseMask(UCLIBC, GLIBC) Var(linux_uclibc) VarExists
29169689SkanUse GNU libc instead of uClibc
30