config.gcc: For $target_alias of athlon-*, set target_cpu_default2=5.
authorJoseph Myers <jsm28@cam.ac.uk>
Thu, 7 Jun 2001 23:21:29 +0000 (00:21 +0100)
committerJoseph Myers <jsm28@gcc.gnu.org>
Thu, 7 Jun 2001 23:21:29 +0000 (00:21 +0100)
* config.gcc: For $target_alias of athlon-*, set
target_cpu_default2=5.

From-SVN: r42984

gcc/ChangeLog
gcc/config.gcc

index bb4eb9b564ead8038a79c3cb051bde65dbc921c7..a4be8e476e8065837f824efffb90e63182d6b8cc 100644 (file)
@@ -1,3 +1,8 @@
+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>
 
        * global.c (build_insn_chain): Allow ADDR_VEC or ADDR_DIF_VEC after
index df7f574338c7bceba7efbb58796c457f15fa73f4..42082e7ee9df0ba9e4ac4e47a9cf1f0b9325a3b1 100644 (file)
@@ -3181,7 +3181,14 @@ i586-*-*)
        esac
        ;;
 i686-*-* | i786-*-*)
-       target_cpu_default2=3
+       case $target_alias in
+               athlon-*)
+                       target_cpu_default2=5
+                       ;;
+               *)
+                       target_cpu_default2=3
+                       ;;
+       esac
        ;;
 alpha*-*-*)
        case $machine in