Commit 70847a48 by David S. Miller Committed by David S. Miller

config.gcc: Recognize niagara3 and niagara4 in --with-cpu and --with-tune options.

	* config.gcc: Recognize niagara3 and niagara4 in --with-cpu
	and --with-tune options.

From-SVN: r178555
parent 3e64c239
...@@ -29,6 +29,8 @@ ...@@ -29,6 +29,8 @@
* config/sparc/driver-sparc.c (cpu_names): Use niagara3 * config/sparc/driver-sparc.c (cpu_names): Use niagara3
and niagara4 as appropriate. and niagara4 as appropriate.
* doc/invoke.texi: Document new processor types. * 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> 2011-09-05 Georg-Johann Lay <avr@gjlay.de>
...@@ -3482,7 +3482,8 @@ case "${target}" in ...@@ -3482,7 +3482,8 @@ case "${target}" in
| v8 | supersparc | hypersparc | leon \ | v8 | supersparc | hypersparc | leon \
| sparclite | f930 | f934 | sparclite86x \ | sparclite | f930 | f934 | sparclite86x \
| sparclet | tsc701 \ | sparclet | tsc701 \
| v9 | ultrasparc | ultrasparc3 | niagara | niagara2) | v9 | ultrasparc | ultrasparc3 | niagara | niagara2 \
| niagara3 | niagara4)
# OK # OK
;; ;;
*) *)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment