summaryrefslogtreecommitdiffstats
path: root/contrib/byacc/config.sub
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-10-06 15:12:59 +0000
committerbapt <bapt@FreeBSD.org>2014-10-06 15:12:59 +0000
commit6d0413c7d5b37912d9fcedfd789d7b60fa653c4f (patch)
treeb5ca6231c892af602c655066b704d904998abc08 /contrib/byacc/config.sub
parentb0b04372356cce9b0d0a95c3d84a514421750bb4 (diff)
parent30909134722ee159e2629b95b6e68906dedf5b38 (diff)
downloadFreeBSD-src-6d0413c7d5b37912d9fcedfd789d7b60fa653c4f.zip
FreeBSD-src-6d0413c7d5b37912d9fcedfd789d7b60fa653c4f.tar.gz
Import byacc 20141005 from vendor
Diffstat (limited to 'contrib/byacc/config.sub')
-rwxr-xr-xcontrib/byacc/config.sub12
1 files changed, 10 insertions, 2 deletions
diff --git a/contrib/byacc/config.sub b/contrib/byacc/config.sub
index 6acbfac..88a0cb4 100755
--- a/contrib/byacc/config.sub
+++ b/contrib/byacc/config.sub
@@ -2,7 +2,7 @@
# Configuration validation subroutine script.
# Copyright 1992-2014 Free Software Foundation, Inc.
-timestamp='2014-04-03'
+timestamp='2014-07-28'
# This file is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
@@ -283,8 +283,10 @@ case $basic_machine in
| mips64vr5900 | mips64vr5900el \
| mipsisa32 | mipsisa32el \
| mipsisa32r2 | mipsisa32r2el \
+ | mipsisa32r6 | mipsisa32r6el \
| mipsisa64 | mipsisa64el \
| mipsisa64r2 | mipsisa64r2el \
+ | mipsisa64r6 | mipsisa64r6el \
| mipsisa64sb1 | mipsisa64sb1el \
| mipsisa64sr71k | mipsisa64sr71kel \
| mipsr5900 | mipsr5900el \
@@ -401,8 +403,10 @@ case $basic_machine in
| mips64vr5900-* | mips64vr5900el-* \
| mipsisa32-* | mipsisa32el-* \
| mipsisa32r2-* | mipsisa32r2el-* \
+ | mipsisa32r6-* | mipsisa32r6el-* \
| mipsisa64-* | mipsisa64el-* \
| mipsisa64r2-* | mipsisa64r2el-* \
+ | mipsisa64r6-* | mipsisa64r6el-* \
| mipsisa64sb1-* | mipsisa64sb1el-* \
| mipsisa64sr71k-* | mipsisa64sr71kel-* \
| mipsr5900-* | mipsr5900el-* \
@@ -824,6 +828,10 @@ case $basic_machine in
basic_machine=powerpc-unknown
os=-morphos
;;
+ moxiebox)
+ basic_machine=moxie-unknown
+ os=-moxiebox
+ ;;
msdos)
basic_machine=i386-pc
os=-msdos
@@ -1369,7 +1377,7 @@ case $os in
| -cygwin* | -msys* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
| -mingw32* | -mingw64* | -linux-gnu* | -linux-android* \
| -linux-newlib* | -linux-musl* | -linux-uclibc* \
- | -uxpv* | -beos* | -mpeix* | -udk* \
+ | -uxpv* | -beos* | -mpeix* | -udk* | -moxiebox* \
| -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \
| -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \
| -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \
OpenPOWER on IntegriCloud