aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorEric Christopher <echristo@gcc.gnu.org>2007-01-31 05:16:23 +0000
committerEric Christopher <echristo@gcc.gnu.org>2007-01-31 05:16:23 +0000
commit537bbabdc32f48c72bbd20dfd7f0b9ce57482fd2 (patch)
treeea0dddfd748a3c609aa107657c7e0627cf02d319 /gcc/config.gcc
parentfa7a9f691c79721f71797ed09b22e627d5980911 (diff)
downloadgcc-537bbabdc32f48c72bbd20dfd7f0b9ce57482fd2.zip
gcc-537bbabdc32f48c72bbd20dfd7f0b9ce57482fd2.tar.gz
gcc-537bbabdc32f48c72bbd20dfd7f0b9ce57482fd2.tar.bz2
config.gcc: Add geode.
2007-01-30 Eric Christopher <echristo@apple.com> * config.gcc: Add geode. From-SVN: r121376
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc5
1 files changed, 4 insertions, 1 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index 86496c3..0fcaa8f 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -2577,6 +2577,9 @@ if test x$with_cpu = x ; then
athlon_tbird-*|athlon-*)
with_cpu=athlon
;;
+ geode-*)
+ with_cpu=geode
+ ;;
pentium2-*)
with_cpu=pentium2
;;
@@ -2861,7 +2864,7 @@ case "${target}" in
| 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 \
+ | athlon-4 | athlon-xp | athlon-mp | geode \
| prescott | pentium-m | pentium4m | pentium3m)
case "${target}" in
x86_64-*-*)