comparison gcc/config/linux.opt @ 67:f6334be47118

update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
author nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
date Tue, 22 Mar 2011 17:18:12 +0900
parents 77e2b8dfacca
children 04ced10e8804
comparison
equal deleted inserted replaced
65:65488c3d617d 67:f6334be47118
1 ; Processor-independent options for GNU/Linux. 1 ; Processor-independent options for GNU/Linux.
2 ; 2 ;
3 ; Copyright (C) 2006, 2007, 2009 Free Software Foundation, Inc. 3 ; Copyright (C) 2006, 2007, 2009, 2010 Free Software Foundation, Inc.
4 ; Contributed by CodeSourcery. 4 ; Contributed by CodeSourcery.
5 ; 5 ;
6 ; This file is part of GCC. 6 ; This file is part of GCC.
7 ; 7 ;
8 ; GCC is free software; you can redistribute it and/or modify it under 8 ; GCC is free software; you can redistribute it and/or modify it under
17 ; 17 ;
18 ; You should have received a copy of the GNU General Public License 18 ; You should have received a copy of the GNU General Public License
19 ; along with GCC; see the file COPYING3. If not see 19 ; along with GCC; see the file COPYING3. If not see
20 ; <http://www.gnu.org/licenses/>. 20 ; <http://www.gnu.org/licenses/>.
21 21
22 mbionic
23 Target Report RejectNegative Var(linux_libc,LIBC_BIONIC) Init(DEFAULT_LIBC) Negative(mglibc)
24 Use Bionic C library
25
22 mglibc 26 mglibc
23 Target RejectNegative Report InverseMask(UCLIBC, GLIBC) Var(linux_uclibc) Init(UCLIBC_DEFAULT ? OPTION_MASK_UCLIBC : 0) 27 Target Report RejectNegative Var(linux_libc,LIBC_GLIBC) Negative(muclibc)
24 Use GNU libc instead of uClibc 28 Use GNU C library
25 29
26 muclibc 30 muclibc
27 Target RejectNegative Report Mask(UCLIBC) Var(linux_uclibc) VarExists 31 Target Report RejectNegative Var(linux_libc,LIBC_UCLIBC) Negative(mbionic)
28 Use uClibc instead of GNU libc 32 Use uClibc C library