aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorJan Hubicka <jh@suse.cz>2004-01-06 18:31:10 +0100
committerJan Hubicka <hubicka@gcc.gnu.org>2004-01-06 17:31:10 +0000
commit9a6093882252082def6173b7c072a94a90e4cfa0 (patch)
treee1a6f2ee4843f1adf037677153b05d5beb12f34d /gcc/config.gcc
parent5d3cc252060adbc8457b1d1b9fb30c1fa7803c4a (diff)
downloadgcc-9a6093882252082def6173b7c072a94a90e4cfa0.zip
gcc-9a6093882252082def6173b7c072a94a90e4cfa0.tar.gz
gcc-9a6093882252082def6173b7c072a94a90e4cfa0.tar.bz2
re PR target/10301 (Side effects of architecture specific flags are not documented.)
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. From-SVN: r75476
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 b4e750a..d43eb94 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
;;
*)