From: Joseph Myers Date: Thu, 7 Jun 2001 23:21:29 +0000 (+0100) Subject: config.gcc: For $target_alias of athlon-*, set target_cpu_default2=5. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4ed47beafff644a050e295a9bdb7dbbdc19759b1;p=gcc.git 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index bb4eb9b564e..a4be8e476e8 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2001-06-08 Joseph S. Myers + + * config.gcc: For $target_alias of athlon-*, set + target_cpu_default2=5. + Thu Jun 7 16:17:40 2001 Richard Kenner * global.c (build_insn_chain): Allow ADDR_VEC or ADDR_DIF_VEC after diff --git a/gcc/config.gcc b/gcc/config.gcc index df7f574338c..42082e7ee9d 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -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