aboutsummaryrefslogtreecommitdiff
path: root/config.sub
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2014-10-27 20:14:06 +0100
committerGuido Günther <agx@sigxcpu.org>2014-10-27 20:14:06 +0100
commitc39fada698da5b17680af8d9e6958b07bfbdbdd3 (patch)
treee9e2eae6977769d87736dd9c5a197c7b7e14a266 /config.sub
parentDocument changes and release 3.12.0-2 (diff)
parentNew upstream version 3.15.1 (diff)
downloadkrb5-auth-dialog-c39fada698da5b17680af8d9e6958b07bfbdbdd3.tar.gz
krb5-auth-dialog-c39fada698da5b17680af8d9e6958b07bfbdbdd3.tar.bz2
krb5-auth-dialog-c39fada698da5b17680af8d9e6958b07bfbdbdd3.zip
Merge tag 'upstream/3.15.1' into experimental
Upstream version 3.15.1 # gpg: Signature made Mo 27 Okt 2014 20:14:03 CET # gpg: using RSA key 0x07B8B7B0EA98120B # gpg: please do a --check-trustdb # gpg: Good signature from "Guido Günther <agx@sigxcpu.org>" # gpg: aka "Guido Günther <gg@godiug.net>" # gpg: aka "Guido Günther <agx@debian.org>"
Diffstat (limited to 'config.sub')
-rwxr-xr-xconfig.sub9
1 files changed, 7 insertions, 2 deletions
diff --git a/config.sub b/config.sub
index d654d03..bba4efb 100755
--- a/config.sub
+++ b/config.sub
@@ -2,7 +2,7 @@
# Configuration validation subroutine script.
# Copyright 1992-2014 Free Software Foundation, Inc.
-timestamp='2014-05-01'
+timestamp='2014-09-11'
# 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
@@ -302,6 +302,7 @@ case $basic_machine in
| pdp10 | pdp11 | pj | pjl \
| powerpc | powerpc64 | powerpc64le | powerpcle \
| pyramid \
+ | riscv32 | riscv64 \
| rl78 | rx \
| score \
| sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
@@ -828,6 +829,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
@@ -1373,7 +1378,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* \
bgstack15