From 8ed499f8b3bc25ec73c81e13865821cf0da529bf Mon Sep 17 00:00:00 2001 From: Anthony Green Date: Mon, 28 Jul 2014 17:53:25 +0000 Subject: [PATCH] Import config.sub from upstream. No changes to config.guess. From-SVN: r213134 --- ChangeLog | 5 +++++ config.sub | 8 ++++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5ed2e88dc40..b2e5e1186d0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2014-07-28 Anthony Green + + Import from savannah.gnu.org: + * config.sub: Update to 2014-07-28 version. + 2014-07-27 Richard Sandiford * MAINTAINERS: Remove my MIPS maintainer entry. diff --git a/config.sub b/config.sub index d654d03cdcd..88a0cb463a8 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-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 @@ -828,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 @@ -1373,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* \