Index: source/config.sub |
diff --git a/source/config.sub b/source/config.sub |
index 9633db704678e91ad221adc4f30a22ce0bc61e1b..61cb4bc22db8e0a490b5ea5bffe6575c10ff92e0 100644 |
--- a/source/config.sub |
+++ b/source/config.sub |
@@ -2,7 +2,7 @@ |
# Configuration validation subroutine script. |
# Copyright 1992-2013 Free Software Foundation, Inc. |
-timestamp='2013-08-10' |
+timestamp='2013-10-01' |
# 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 |
@@ -265,6 +265,7 @@ case $basic_machine in |
| hexagon \ |
| i370 | i860 | i960 | ia64 \ |
| ip2k | iq2000 \ |
+ | k1om \ |
| le32 | le64 \ |
| lm32 \ |
| m32c | m32r | m32rle | m68000 | m68k | m88k \ |
@@ -324,7 +325,7 @@ case $basic_machine in |
c6x) |
basic_machine=tic6x-unknown |
;; |
- m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x | picochip) |
+ m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x | nvptx | picochip) |
basic_machine=$basic_machine-unknown |
os=-none |
;; |
@@ -381,6 +382,7 @@ case $basic_machine in |
| hexagon-* \ |
| i*86-* | i860-* | i960-* | ia64-* \ |
| ip2k-* | iq2000-* \ |
+ | k1om-* \ |
| le32-* | le64-* \ |
| lm32-* \ |
| m32c-* | m32r-* | m32rle-* \ |