aboutsummaryrefslogtreecommitdiff
path: root/config.sub
diff options
context:
space:
mode:
Diffstat (limited to 'config.sub')
-rw-r--r--config.sub11
1 files changed, 10 insertions, 1 deletions
diff --git a/config.sub b/config.sub
index c894da45..6205f842 100644
--- a/config.sub
+++ b/config.sub
@@ -4,7 +4,7 @@
4# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 4# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
5# 2011, 2012 Free Software Foundation, Inc. 5# 2011, 2012 Free Software Foundation, Inc.
6 6
7timestamp='2012-02-10' 7timestamp='2012-04-18'
8 8
9# This file is (in principle) common to ALL GNU software. 9# This file is (in principle) common to ALL GNU software.
10# The presence of a machine in this file suggests that SOME GNU software 10# The presence of a machine in this file suggests that SOME GNU software
@@ -225,6 +225,12 @@ case $os in
225 -isc*) 225 -isc*)
226 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` 226 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
227 ;; 227 ;;
228 -lynx*178)
229 os=-lynxos178
230 ;;
231 -lynx*5)
232 os=-lynxos5
233 ;;
228 -lynx*) 234 -lynx*)
229 os=-lynxos 235 os=-lynxos
230 ;; 236 ;;
@@ -1537,6 +1543,9 @@ case $basic_machine in
1537 c4x-* | tic4x-*) 1543 c4x-* | tic4x-*)
1538 os=-coff 1544 os=-coff
1539 ;; 1545 ;;
1546 hexagon-*)
1547 os=-elf
1548 ;;
1540 tic54x-*) 1549 tic54x-*)
1541 os=-coff 1550 os=-coff
1542 ;; 1551 ;;