summaryrefslogtreecommitdiffstats
path: root/tools/cpu/generic
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-03-23 22:54:55 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-03-23 22:54:55 +0000
commite4829a055d88862fdaae0412e7a8a395a5e797bb (patch)
tree090bdd8862049ea3059bf0786a4d9bc3f0bfb76d /tools/cpu/generic
parentUpdated now that the phony crt0.c in newlib defines all odd symbols (diff)
downloadrtems-e4829a055d88862fdaae0412e7a8a395a5e797bb.tar.bz2
renamed ppc to powerpc
Diffstat (limited to 'tools/cpu/generic')
-rw-r--r--tools/cpu/generic/size_rtems.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/cpu/generic/size_rtems.in b/tools/cpu/generic/size_rtems.in
index fb7b40d212..357c20da74 100644
--- a/tools/cpu/generic/size_rtems.in
+++ b/tools/cpu/generic/size_rtems.in
@@ -58,7 +58,6 @@ case $target in
cpu=`echo $target | sed -e 's/-.*//'`
case $cpu in
hppa1.1) rtems_cpu=hppa1_1 ;;
- powerpc) rtems_cpu=ppc ;;
*) rtems_cpu=$cpu ;;
esac
;;