comparison gcc/config/linux.opt @ 55:77e2b8dfacca gcc-4.4.5

update it from 4.4.3 to 4.5.0
author ryoma <e075725@ie.u-ryukyu.ac.jp>
date Fri, 12 Feb 2010 23:39:51 +0900
parents a06113de4d67
children f6334be47118
comparison
equal deleted inserted replaced
52:c156f1bd5cd9 55:77e2b8dfacca
1 ; Processor-independent options for GNU/Linux. 1 ; Processor-independent options for GNU/Linux.
2 ; 2 ;
3 ; Copyright (C) 2006, 2007 Free Software Foundation, Inc. 3 ; Copyright (C) 2006, 2007, 2009 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 mglibc
23 Target RejectNegative Report InverseMask(UCLIBC, GLIBC) Var(linux_uclibc) Init(UCLIBC_DEFAULT ? OPTION_MASK_UCLIBC : 0)
24 Use GNU libc instead of uClibc
25
22 muclibc 26 muclibc
23 Target RejectNegative Report Mask(UCLIBC) Var(linux_uclibc) Init(UCLIBC_DEFAULT ? OPTION_MASK_UCLIBC : 0) 27 Target RejectNegative Report Mask(UCLIBC) Var(linux_uclibc) VarExists
24 Use uClibc instead of GNU libc 28 Use uClibc instead of GNU libc
25
26 mglibc
27 Target RejectNegative Report InverseMask(UCLIBC, GLIBC) Var(linux_uclibc) VarExists
28 Use GNU libc instead of uClibc