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

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
;;

145
configure vendored

File diff suppressed because it is too large Load Diff

View File

@@ -141,9 +141,6 @@ case "${target}" in
target_cpu=no_cpu
RTEMS_HAS_POSIX_API=no
;;
powerpc-*rtems*)
target_cpu=ppc
;;
sparc-sun-solaris*) # unix "simulator" port
target_cpu=unix
RTEMS_HAS_POSIX_API=no

View File

@@ -6,7 +6,7 @@
include $(RTEMS_ROOT)/make/custom/default.cfg
RTEMS_CPU=ppc
RTEMS_CPU=powerpc
RTEMS_CPU_MODEL=ppc403
# This is the actual bsp directory used during the build process.

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
;;