summaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>2004-01-06 17:31:10 +0000
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>2004-01-06 17:31:10 +0000
commite3c8fc921c54f5f2f7886a5e815687a734f05295 (patch)
treee1a6f2ee4843f1adf037677153b05d5beb12f34d /gcc/config.gcc
parentd632b59af06c9aa953ba889b1ecfe6c40fe6a2c1 (diff)
downloadgcc-e3c8fc921c54f5f2f7886a5e815687a734f05295.tar.gz
PR target/10301
* config.gcc: Accept opteron and athlon-64 as variants of k8. * i386.c (override_options): Likewise. * invoke.texi (i386 -mtune): Expand documentation. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75476 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc5
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index b4e750a5d0a..d43eb94eeb5 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -2340,7 +2340,7 @@ if test x$with_cpu = x ; then
;;
i686-*-* | i786-*-*)
case ${target_noncanonical} in
- k8-*)
+ k8-*|opteron-*|athlon_64-*)
with_cpu=k8
;;
athlon_xp-*|athlon_mp-*|athlon_4-*)
@@ -2513,7 +2513,8 @@ fi
| i586 | pentium | pentium-mmx | winchip-c6 | winchip2 \
| c3 | c3-2 | i686 | pentiumpro | pentium2 | pentium3 \
| pentium4 | k6 | k6-2 | k6-3 | athlon | athlon-tbird \
- | athlon-4 | athlon-xp | athlon-mp | k8)
+ | athlon-4 | athlon-xp | athlon-mp | k8 | opteron \
+ | athlon64 | athlon-fx)
# OK
;;
*)