summaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-09-26 09:07:05 -0700
committerKarl Berry <karl@freefriends.org>2014-09-26 09:07:05 -0700
commit5ab220cc90a804b83ab8b91ba00a3bd2651428f1 (patch)
tree6ddec4dc435eeff733f4707f95e12921a26ab0ea /build-aux
parentdc53bac1b409aebc7fd3f5e5f19f7c8e83a3cef6 (diff)
downloadgnulib-5ab220cc90a804b83ab8b91ba00a3bd2651428f1.tar.gz
autoupdate
Diffstat (limited to 'build-aux')
-rwxr-xr-xbuild-aux/config.sub8
1 files changed, 7 insertions, 1 deletions
diff --git a/build-aux/config.sub b/build-aux/config.sub
index bba4efb805..d4c83385f7 100755
--- a/build-aux/config.sub
+++ b/build-aux/config.sub
@@ -2,7 +2,7 @@
# Configuration validation subroutine script.
# Copyright 1992-2014 Free Software Foundation, Inc.
-timestamp='2014-09-11'
+timestamp='2014-09-26'
# 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
@@ -327,6 +327,9 @@ case $basic_machine in
c6x)
basic_machine=tic6x-unknown
;;
+ leon|leon[3-9])
+ basic_machine=sparc-$basic_machine
+ ;;
m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x | nvptx | picochip)
basic_machine=$basic_machine-unknown
os=-none
@@ -774,6 +777,9 @@ case $basic_machine in
basic_machine=m68k-isi
os=-sysv
;;
+ leon-*|leon[3-9]-*)
+ basic_machine=sparc-`echo $basic_machine | sed 's/-.*//'`
+ ;;
m68knommu)
basic_machine=m68k-unknown
os=-linux