aboutsummaryrefslogtreecommitdiff
path: root/config.sub
diff options
context:
space:
mode:
authornickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>1999-09-21 15:17:53 +0000
committernickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>1999-09-21 15:17:53 +0000
commitf925411473703fe83348ddb35d593593e8b3bf59 (patch)
treed78ea1b240ecf9215e161e5b4c57ac14a6ef9a29 /config.sub
parent9cf5f628049f00cb56f8e36e7524c4150d76ad62 (diff)
Add FR30 target.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29548 138bc75d-0d04-0410-961f-82ee72b054a4
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 040a067d331..cecbe74df95 100755
--- a/config.sub
+++ b/config.sub
@@ -174,7 +174,7 @@ case $basic_machine in
| mips64vr5000 | miprs64vr5000el \
| 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-* \
| 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.