* config.sub: Sync with master version in config project.
authorAndrew Jenner <andrew@codesourcery.com>
Thu, 13 Apr 2017 09:34:19 +0000 (02:34 -0700)
committerAndrew Jenner <andrew@codesourcery.com>
Thu, 13 Apr 2017 09:34:19 +0000 (02:34 -0700)
ChangeLog
config.sub

index bb87497f1d9d09aa2c43ff9fbb024a14ce796a43..4ac2d635756e144eaf814364e88ddc700cc3ced2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2017-04-13  Andrew Jenner  <andrew@codesourcery.com>
+
+       * config.sub: Sync with master version in config project.
+
 2017-04-03  Andrew Jenner  <andrew@codesourcery.com>
 
        * config.sub: Handle ia16 in $basic_machine.
index b3ed1f08f5e90a2b745f5efcf809fb8e3c84cd10..40ea5dfe1152f0fc5160879bb71bfe1fae2595f6 100755 (executable)
@@ -2,7 +2,7 @@
 # Configuration validation subroutine script.
 #   Copyright 1992-2017 Free Software Foundation, Inc.
 
-timestamp='2017-03-22'
+timestamp='2017-04-02'
 
 # 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
@@ -263,7 +263,7 @@ case $basic_machine in
        | fido | fr30 | frv | ft32 \
        | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
        | hexagon \
-       | i370 | i860 | i960 | ia64 | ia16 \
+       | i370 | i860 | i960 | ia16 | ia64 \
        | ip2k | iq2000 \
        | k1om \
        | le32 | le64 \
@@ -389,7 +389,7 @@ case $basic_machine in
        | h8300-* | h8500-* \
        | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \
        | hexagon-* \
-       | i*86-* | i860-* | i960-* | ia64-* \
+       | i*86-* | i860-* | i960-* | ia16-* | ia64-* \
        | ip2k-* | iq2000-* \
        | k1om-* \
        | le32-* | le64-* \
This page took 0.031802 seconds and 4 git commands to generate.