renamed ppc to powerpc

This commit is contained in:
Joel Sherrill
1998-03-23 22:54:55 +00:00
parent d53130befa
commit e4829a055d
5 changed files with 72 additions and 80 deletions
-1
View File
@@ -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
;;