Skip to content

Commit

Permalink
Import config.sub from upstream. No changes to config.guess.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@213134 138bc75d-0d04-0410-961f-82ee72b054a4
  • Loading branch information
green committed Jul 28, 2014
1 parent 6b00ade commit 1d16351
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2014-07-28 Anthony Green <green@moxielogic.com>

Import from savannah.gnu.org:
* config.sub: Update to 2014-07-28 version.

2014-07-27 Richard Sandiford <rdsandiford@googlemail.com>

* MAINTAINERS: Remove my MIPS maintainer entry.
Expand Down
8 changes: 6 additions & 2 deletions config.sub
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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* \
Expand Down

0 comments on commit 1d16351

Please sign in to comment.