mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-20 03:05:47 +08:00
renamed ppc to powerpc
This commit is contained 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
|
||||
;;
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user