Modified to rezongize CPU-rtemsXYZ rather than just CPU-rtems.

This commit is contained in:
Joel Sherrill
1997-11-18 22:28:45 +00:00
parent b5ddb7486e
commit 83bb7781d7

18
config.sub vendored
View File

@@ -156,19 +156,25 @@ case $basic_machine in
| powerpc | powerpcle | 1750a | dsp16xx | mips64 | mipsel \ | powerpc | powerpcle | 1750a | dsp16xx | mips64 | mipsel \
| pdp11 | mips64el | mips64orion | mips64orionel \ | pdp11 | mips64el | mips64orion | mips64orionel \
| sparc | sparclet | sparclite | sparc64 | no_cpu) | sparc | sparclet | sparclite | sparc64 | no_cpu)
if [ $os != -rtems ] case $os in
then -rtems*)
;;
*)
basic_machine=$basic_machine-unknown basic_machine=$basic_machine-unknown
fi ;;
esac
;; ;;
# We use `pc' rather than `unknown' # We use `pc' rather than `unknown'
# because (1) that's what they normally are, and # because (1) that's what they normally are, and
# (2) the word "unknown" tends to confuse beginning users. # (2) the word "unknown" tends to confuse beginning users.
i[3456]86) i[3456]86)
if [ $os != -rtems ] case $os in
then -rtems*)
;;
*)
basic_machine=$basic_machine-pc basic_machine=$basic_machine-pc
fi ;;
esac
;; ;;
# Object if more than one company name word. # Object if more than one company name word.
*-*-*) *-*-*)