Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>1999-08-31 13:47:21 +0400
committerNick Clifton <nickc@redhat.com>1999-08-31 13:47:21 +0400
commit0b9301e54e90c89af8ff7f130bc4694128ee6feb (patch)
treed5ac0683b35054bf8be4a8c826b6649a0c444a42 /config.sub
parenta4972584a4cff91c74dbd50e06a24a67cca2c7ab (diff)
Add support for configuring for fr30.
Diffstat (limited to 'config.sub')
-rwxr-xr-xconfig.sub4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.sub b/config.sub
index 5efe316ef..47cd49747 100755
--- a/config.sub
+++ b/config.sub
@@ -174,7 +174,7 @@ case $basic_machine in
| mips64vr5000 | miprs64vr5000el | mcore \
| m88110 | m680[012346]0 | m683?2 | m68360 | m5200 | z8k | v70 \
| sparc | sparclet | sparclite | sparc64 | sparc86x | sparcv9 \
- | thumb | v850 | c4x | d10v | h8500 | w65)
+ | thumb | v850 | c4x | d10v | h8500 | w65 | fr30)
basic_machine=$basic_machine-unknown
;;
# We use `pc' rather than `unknown'
@@ -205,7 +205,7 @@ case $basic_machine in
| mipstx39-* | mipstx39el-* | mcore-* \
| f301-* | arm*-* | t3e-* \
| m88110-* | m680[01234]0-* | m683?2-* | m68360-* | z8k-* | d10v-* \
- | thumb-* | v850-* | d30v-* | tic30-* | c30-* )
+ | thumb-* | v850-* | d30v-* | tic30-* | c30-* | fr30-* )
;;
# Recognize the various machine names and aliases which stand
# for a CPU type and a company and sometimes even an OS.