Commit 4ed47bea by Joseph Myers Committed by Joseph Myers

config.gcc: For $target_alias of athlon-*, set target_cpu_default2=5.

	* config.gcc: For $target_alias of athlon-*, set
	target_cpu_default2=5.

From-SVN: r42984
parent 5fa38631
2001-06-08 Joseph S. Myers <jsm28@cam.ac.uk>
* config.gcc: For $target_alias of athlon-*, set
target_cpu_default2=5.
Thu Jun 7 16:17:40 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu> Thu Jun 7 16:17:40 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
* global.c (build_insn_chain): Allow ADDR_VEC or ADDR_DIF_VEC after * global.c (build_insn_chain): Allow ADDR_VEC or ADDR_DIF_VEC after
......
...@@ -3181,7 +3181,14 @@ i586-*-*) ...@@ -3181,7 +3181,14 @@ i586-*-*)
esac esac
;; ;;
i686-*-* | i786-*-*) i686-*-* | i786-*-*)
target_cpu_default2=3 case $target_alias in
athlon-*)
target_cpu_default2=5
;;
*)
target_cpu_default2=3
;;
esac
;; ;;
alpha*-*-*) alpha*-*-*)
case $machine in case $machine in
......
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