Index: gcc/gcc/config/linux.opt |
diff --git a/gcc/gcc/config/linux.opt b/gcc/gcc/config/linux.opt |
index fe8c075b35c68840ad0e3f571c61a01ac0ec11d5..a9b40f0899e548c13d41725aab1db6e55ef7694d 100644 |
--- a/gcc/gcc/config/linux.opt |
+++ b/gcc/gcc/config/linux.opt |
@@ -1,6 +1,6 @@ |
; Processor-independent options for GNU/Linux. |
; |
-; Copyright (C) 2006, 2007 Free Software Foundation, Inc. |
+; Copyright (C) 2006, 2007, 2009 Free Software Foundation, Inc. |
; Contributed by CodeSourcery. |
; |
; This file is part of GCC. |
@@ -19,10 +19,10 @@ |
; along with GCC; see the file COPYING3. If not see |
; <http://www.gnu.org/licenses/>. |
-muclibc |
-Target RejectNegative Report Mask(UCLIBC) Var(linux_uclibc) Init(UCLIBC_DEFAULT ? OPTION_MASK_UCLIBC : 0) |
-Use uClibc instead of GNU libc |
- |
mglibc |
-Target RejectNegative Report InverseMask(UCLIBC, GLIBC) Var(linux_uclibc) VarExists |
+Target RejectNegative Report InverseMask(UCLIBC, GLIBC) Var(linux_uclibc) Init(UCLIBC_DEFAULT ? OPTION_MASK_UCLIBC : 0) |
Use GNU libc instead of uClibc |
+ |
+muclibc |
+Target RejectNegative Report Mask(UCLIBC) Var(linux_uclibc) VarExists |
+Use uClibc instead of GNU libc |