config.gcc: Recognize niagara3 and niagara4 in --with-cpu and --with-tune options.
authorDavid S. Miller <davem@davemloft.net>
Mon, 5 Sep 2011 16:57:00 +0000 (16:57 +0000)
committerDavid S. Miller <davem@gcc.gnu.org>
Mon, 5 Sep 2011 16:57:00 +0000 (09:57 -0700)
* config.gcc: Recognize niagara3 and niagara4 in --with-cpu
and --with-tune options.

From-SVN: r178555

gcc/ChangeLog
gcc/config.gcc

index 569994d8c2163c53f239c50f11ff53dfb7e8ed1f..c8c98724e548e888827da73aa57d8a7a2014493b 100644 (file)
@@ -29,6 +29,8 @@
        * config/sparc/driver-sparc.c (cpu_names): Use niagara3
        and niagara4 as appropriate.
        * doc/invoke.texi: Document new processor types.
+       * config.gcc: Recognize niagara3 and niagara4 in --with-cpu
+       and --with-tune options.
 
 2011-09-05  Georg-Johann Lay  <avr@gjlay.de>
 
index 81b542c7e4c08032fca6e580c0f51dc46b900741..abc5d9948a040fc05572eeb5d115ff0733ac2ebf 100644 (file)
@@ -3482,7 +3482,8 @@ case "${target}" in
                        | v8 | supersparc | hypersparc | leon \
                        | sparclite | f930 | f934 | sparclite86x \
                        | sparclet | tsc701 \
-                       | v9 | ultrasparc | ultrasparc3 | niagara | niagara2)
+                       | v9 | ultrasparc | ultrasparc3 | niagara | niagara2 \
+                       | niagara3 | niagara4)
                                # OK
                                ;;
                        *)