diff options
author | Joseph Myers <joseph@codesourcery.com> | 2011-02-03 20:03:11 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2011-02-03 20:03:11 +0000 |
commit | 82dc0de3f7c06c38d5c30aadc3e99e041ae889bc (patch) | |
tree | 82b602ea78dafc2776b921021f26e9f2fe7cef95 /gcc/config/microblaze | |
parent | 25aea4e9685c28d426f4c381802223841fa21f13 (diff) | |
download | gcc-82dc0de3f7c06c38d5c30aadc3e99e041ae889bc.zip gcc-82dc0de3f7c06c38d5c30aadc3e99e041ae889bc.tar.gz gcc-82dc0de3f7c06c38d5c30aadc3e99e041ae889bc.tar.bz2 |
microblaze.opt (Zxl-mode-bootstrap, [...]): New Driver options.
* config/microblaze/microblaze.opt (Zxl-mode-bootstrap,
Zxl-mode-executable, Zxl-mode-novectors, Zxl-mode-xilkernel,
Zxl-mode-xmdstub, mxl-mode-xilkernel): New Driver options.
From-SVN: r169809
Diffstat (limited to 'gcc/config/microblaze')
-rw-r--r-- | gcc/config/microblaze/microblaze.opt | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/gcc/config/microblaze/microblaze.opt b/gcc/config/microblaze/microblaze.opt index 5738099..488bd9c 100644 --- a/gcc/config/microblaze/microblaze.opt +++ b/gcc/config/microblaze/microblaze.opt @@ -1,6 +1,6 @@ ; Options for the MicroBlaze port of the compiler ; -; Copyright 2009, 2010 Free Software Foundation, Inc. +; Copyright 2009, 2010, 2011 Free Software Foundation, Inc. ; ; Contributed by Michael Eager <eager@eagercon.com>. ; @@ -20,6 +20,21 @@ ; along with GCC; see the file COPYING3. If not see ; <http://www.gnu.org/licenses/>. */ +Zxl-mode-bootstrap +Driver + +Zxl-mode-executable +Driver + +Zxl-mode-novectors +Driver + +Zxl-mode-xilkernel +Driver + +Zxl-mode-xmdstub +Driver + msoft-float Target Report RejectNegative Mask(SOFT_FLOAT) Use software emulation for floating point (default) @@ -95,3 +110,6 @@ Description for mxl-mode-bootstrap mxl-mode-novectors Target Mask(XL_MODE_NOVECTORS) Description for mxl-mode-novectors + +mxl-mode-xilkernel +Driver |