Commit 537bbabd by Eric Christopher

config.gcc: Add geode.

2007-01-30  Eric Christopher  <echristo@apple.com>

	* config.gcc: Add geode.

From-SVN: r121376
parent fa7a9f69
2007-01-30 Eric Christopher <echristo@apple.com>
* config.gcc: Add geode.
2007-01-31 Kazu Hirata <kazu@codesourcery.com> 2007-01-31 Kazu Hirata <kazu@codesourcery.com>
* cgraphunit.c, config/arm/arm.c, config/m68k/m68k.c, * cgraphunit.c, config/arm/arm.c, config/m68k/m68k.c,
......
...@@ -2577,6 +2577,9 @@ if test x$with_cpu = x ; then ...@@ -2577,6 +2577,9 @@ if test x$with_cpu = x ; then
athlon_tbird-*|athlon-*) athlon_tbird-*|athlon-*)
with_cpu=athlon with_cpu=athlon
;; ;;
geode-*)
with_cpu=geode
;;
pentium2-*) pentium2-*)
with_cpu=pentium2 with_cpu=pentium2
;; ;;
...@@ -2861,7 +2864,7 @@ case "${target}" in ...@@ -2861,7 +2864,7 @@ case "${target}" in
| i586 | pentium | pentium-mmx | winchip-c6 | winchip2 \ | i586 | pentium | pentium-mmx | winchip-c6 | winchip2 \
| c3 | c3-2 | i686 | pentiumpro | pentium2 | pentium3 \ | c3 | c3-2 | i686 | pentiumpro | pentium2 | pentium3 \
| pentium4 | k6 | k6-2 | k6-3 | athlon | athlon-tbird \ | 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) | prescott | pentium-m | pentium4m | pentium3m)
case "${target}" in case "${target}" in
x86_64-*-*) x86_64-*-*)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment