diff options
author | Joseph Myers <joseph@codesourcery.com> | 2011-02-04 13:01:12 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2011-02-04 13:01:12 +0000 |
commit | 4da2ed2ff201c4b0321a21429d5f5bc7ff16b1d8 (patch) | |
tree | caa7ead958639629f0261e5bed76b9bad461cf79 /gcc/config/mips/mips.opt | |
parent | 0a9e55e1bf8e0d114be2bff61bfb61e086b43cce (diff) | |
download | gcc-4da2ed2ff201c4b0321a21429d5f5bc7ff16b1d8.zip gcc-4da2ed2ff201c4b0321a21429d5f5bc7ff16b1d8.tar.gz gcc-4da2ed2ff201c4b0321a21429d5f5bc7ff16b1d8.tar.bz2 |
* config/mips/mips.opt (EB, EL, noasmopt): New Driver options.
From-SVN: r169826
Diffstat (limited to 'gcc/config/mips/mips.opt')
-rw-r--r-- | gcc/config/mips/mips.opt | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/gcc/config/mips/mips.opt b/gcc/config/mips/mips.opt index 6ec3ddf..34ff984 100644 --- a/gcc/config/mips/mips.opt +++ b/gcc/config/mips/mips.opt @@ -1,6 +1,6 @@ ; Options for the MIPS port of the compiler ; -; Copyright (C) 2005, 2007, 2008, 2010 Free Software Foundation, Inc. +; Copyright (C) 2005, 2007, 2008, 2010, 2011 Free Software Foundation, Inc. ; ; This file is part of GCC. ; @@ -18,6 +18,12 @@ ; along with GCC; see the file COPYING3. If not see ; <http://www.gnu.org/licenses/>. +EB +Driver + +EL +Driver + mabi= Target RejectNegative Joined -mabi=ABI Generate code that conforms to the given ABI @@ -299,3 +305,6 @@ Perform VR4130-specific alignment optimizations mxgot Target Report Var(TARGET_XGOT) Lift restrictions on GOT size + +noasmopt +Driver |