diff options
author | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-07-29 07:57:27 +0000 |
---|---|---|
committer | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-07-29 07:57:27 +0000 |
commit | 857cc09a65e29b2c7012e9f8ad1aa6cac2857748 (patch) | |
tree | 63ea551d4c0d13d0441cbe7deda31d391b3512a9 /gcc/config/sparc/sparc.opt | |
parent | 53405155e971c5ac4ba55def30df9f31543c1405 (diff) | |
download | gcc-857cc09a65e29b2c7012e9f8ad1aa6cac2857748.tar.gz |
2013-07-29 Basile Starynkevitch <basile@starynkevitch.net>
MELT branch merged with trunk rev 201298 using svnmerge.py
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@201299 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/sparc/sparc.opt')
-rw-r--r-- | gcc/config/sparc/sparc.opt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gcc/config/sparc/sparc.opt b/gcc/config/sparc/sparc.opt index 3b50c6c21f9..016e6997422 100644 --- a/gcc/config/sparc/sparc.opt +++ b/gcc/config/sparc/sparc.opt @@ -146,6 +146,9 @@ EnumValue Enum(sparc_processor_type) String(leon) Value(PROCESSOR_LEON) EnumValue +Enum(sparc_processor_type) String(leon3) Value(PROCESSOR_LEON3) + +EnumValue Enum(sparc_processor_type) String(sparclite) Value(PROCESSOR_SPARCLITE) EnumValue @@ -203,7 +206,7 @@ Enable workaround for single erratum of AT697F processor mfix-ut699 Target Report RejectNegative Var(sparc_fix_ut699) -Enable workarounds for the FP errata of the UT699 processor +Enable workarounds for the errata of the UT699 processor Mask(LONG_DOUBLE_128) ;; Use 128-bit long double |