Revision ebdfd5e1

b/config.guess
2 2
# Attempt to guess a canonical system name.
3 3
#   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
4 4
#   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
5
#   2011 Free Software Foundation, Inc.
5
#   2011, 2012 Free Software Foundation, Inc.
6 6

7
timestamp='2011-11-11'
7
timestamp='2012-01-01'
8 8

9 9
# This file is free software; you can redistribute it and/or modify it
10 10
# under the terms of the GNU General Public License as published by
......
57 57

58 58
Originally written by Per Bothner.
59 59
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
60
2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free
61
Software Foundation, Inc.
60
2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012
61
Free Software Foundation, Inc.
62 62

63 63
This is free software; see the source for copying conditions.  There is NO
64 64
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
......
145 145
case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
146 146
    *:NetBSD:*:*)
147 147
	# NetBSD (nbsd) targets should (where applicable) match one or
148
	# more of the tupples: *-*-netbsdelf*, *-*-netbsdaout*,
148
	# more of the tuples: *-*-netbsdelf*, *-*-netbsdaout*,
149 149
	# *-*-netbsdecoff* and *-*-netbsd*.  For targets that recently
150 150
	# switched to ELF, *-*-netbsd* would select the old
151 151
	# object file format.  This provides both forward
......
897 897
	echo ${UNAME_MACHINE}-unknown-linux-gnu
898 898
	exit ;;
899 899
    cris:Linux:*:*)
900
	echo cris-axis-linux-gnu
900
	echo ${UNAME_MACHINE}-axis-linux-gnu
901 901
	exit ;;
902 902
    crisv32:Linux:*:*)
903
	echo crisv32-axis-linux-gnu
903
	echo ${UNAME_MACHINE}-axis-linux-gnu
904 904
	exit ;;
905 905
    frv:Linux:*:*)
906
	echo frv-unknown-linux-gnu
906
	echo ${UNAME_MACHINE}-unknown-linux-gnu
907 907
	exit ;;
908 908
    hexagon:Linux:*:*)
909
	echo hexagon-unknown-linux-gnu
909
	echo ${UNAME_MACHINE}-unknown-linux-gnu
910 910
	exit ;;
911 911
    i*86:Linux:*:*)
912 912
	LIBC=gnu
......
948 948
	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }
949 949
	;;
950 950
    or32:Linux:*:*)
951
	echo or32-unknown-linux-gnu
951
	echo ${UNAME_MACHINE}-unknown-linux-gnu
952 952
	exit ;;
953 953
    padre:Linux:*:*)
954 954
	echo sparc-unknown-linux-gnu
......
989 989
	echo ${UNAME_MACHINE}-dec-linux-gnu
990 990
	exit ;;
991 991
    x86_64:Linux:*:*)
992
	echo x86_64-unknown-linux-gnu
992
	echo ${UNAME_MACHINE}-unknown-linux-gnu
993 993
	exit ;;
994 994
    xtensa*:Linux:*:*)
995 995
	echo ${UNAME_MACHINE}-unknown-linux-gnu
b/config.sub
2 2
# Configuration validation subroutine script.
3 3
#   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
4 4
#   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
5
#   2011 Free Software Foundation, Inc.
5
#   2011, 2012 Free Software Foundation, Inc.
6 6

7
timestamp='2011-11-11'
7
timestamp='2012-01-01'
8 8

9 9
# This file is (in principle) common to ALL GNU software.
10 10
# The presence of a machine in this file suggests that SOME GNU software
......
76 76
GNU config.sub ($timestamp)
77 77

78 78
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
79
2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free
80
Software Foundation, Inc.
79
2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012
80
Free Software Foundation, Inc.
81 81

82 82
This is free software; see the source for copying conditions.  There is NO
83 83
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
......
320 320
		basic_machine=tic6x-unknown
321 321
		;;
322 322
	m6811 | m68hc11 | m6812 | m68hc12 | picochip)
323
		# Motorola 68HC11/12.
324 323
		basic_machine=$basic_machine-unknown
325 324
		os=-none
326 325
		;;
......
719 718
	i370-ibm* | ibm*)
720 719
		basic_machine=i370-ibm
721 720
		;;
722
# I'm not sure what "Sysv32" means.  Should this be sysv3.2?
723 721
	i*86v32)
724 722
		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
725 723
		os=-sysv32
......
1559 1557
		;;
1560 1558
	m68000-sun)
1561 1559
		os=-sunos3
1562
		# This also exists in the configure program, but was not the
1563
		# default.
1564
		# os=-sunos4
1565 1560
		;;
1566 1561
	m68*-cisco)
1567 1562
		os=-aout
b/gr-howto-write-a-block/config.guess
2 2
# Attempt to guess a canonical system name.
3 3
#   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
4 4
#   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
5
#   2011 Free Software Foundation, Inc.
5
#   2011, 2012 Free Software Foundation, Inc.
6 6

7
timestamp='2011-11-11'
7
timestamp='2012-01-01'
8 8

9 9
# This file is free software; you can redistribute it and/or modify it
10 10
# under the terms of the GNU General Public License as published by
......
57 57

58 58
Originally written by Per Bothner.
59 59
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
60
2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free
61
Software Foundation, Inc.
60
2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012
61
Free Software Foundation, Inc.
62 62

63 63
This is free software; see the source for copying conditions.  There is NO
64 64
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
......
145 145
case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
146 146
    *:NetBSD:*:*)
147 147
	# NetBSD (nbsd) targets should (where applicable) match one or
148
	# more of the tupples: *-*-netbsdelf*, *-*-netbsdaout*,
148
	# more of the tuples: *-*-netbsdelf*, *-*-netbsdaout*,
149 149
	# *-*-netbsdecoff* and *-*-netbsd*.  For targets that recently
150 150
	# switched to ELF, *-*-netbsd* would select the old
151 151
	# object file format.  This provides both forward
......
897 897
	echo ${UNAME_MACHINE}-unknown-linux-gnu
898 898
	exit ;;
899 899
    cris:Linux:*:*)
900
	echo cris-axis-linux-gnu
900
	echo ${UNAME_MACHINE}-axis-linux-gnu
901 901
	exit ;;
902 902
    crisv32:Linux:*:*)
903
	echo crisv32-axis-linux-gnu
903
	echo ${UNAME_MACHINE}-axis-linux-gnu
904 904
	exit ;;
905 905
    frv:Linux:*:*)
906
	echo frv-unknown-linux-gnu
906
	echo ${UNAME_MACHINE}-unknown-linux-gnu
907 907
	exit ;;
908 908
    hexagon:Linux:*:*)
909
	echo hexagon-unknown-linux-gnu
909
	echo ${UNAME_MACHINE}-unknown-linux-gnu
910 910
	exit ;;
911 911
    i*86:Linux:*:*)
912 912
	LIBC=gnu
......
948 948
	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }
949 949
	;;
950 950
    or32:Linux:*:*)
951
	echo or32-unknown-linux-gnu
951
	echo ${UNAME_MACHINE}-unknown-linux-gnu
952 952
	exit ;;
953 953
    padre:Linux:*:*)
954 954
	echo sparc-unknown-linux-gnu
......
989 989
	echo ${UNAME_MACHINE}-dec-linux-gnu
990 990
	exit ;;
991 991
    x86_64:Linux:*:*)
992
	echo x86_64-unknown-linux-gnu
992
	echo ${UNAME_MACHINE}-unknown-linux-gnu
993 993
	exit ;;
994 994
    xtensa*:Linux:*:*)
995 995
	echo ${UNAME_MACHINE}-unknown-linux-gnu
b/gr-howto-write-a-block/config.sub
2 2
# Configuration validation subroutine script.
3 3
#   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
4 4
#   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
5
#   2011 Free Software Foundation, Inc.
5
#   2011, 2012 Free Software Foundation, Inc.
6 6

7
timestamp='2011-11-11'
7
timestamp='2012-01-01'
8 8

9 9
# This file is (in principle) common to ALL GNU software.
10 10
# The presence of a machine in this file suggests that SOME GNU software
......
76 76
GNU config.sub ($timestamp)
77 77

78 78
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
79
2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free
80
Software Foundation, Inc.
79
2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012
80
Free Software Foundation, Inc.
81 81

82 82
This is free software; see the source for copying conditions.  There is NO
83 83
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
......
320 320
		basic_machine=tic6x-unknown
321 321
		;;
322 322
	m6811 | m68hc11 | m6812 | m68hc12 | picochip)
323
		# Motorola 68HC11/12.
324 323
		basic_machine=$basic_machine-unknown
325 324
		os=-none
326 325
		;;
......
719 718
	i370-ibm* | ibm*)
720 719
		basic_machine=i370-ibm
721 720
		;;
722
# I'm not sure what "Sysv32" means.  Should this be sysv3.2?
723 721
	i*86v32)
724 722
		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
725 723
		os=-sysv32
......
1559 1557
		;;
1560 1558
	m68000-sun)
1561 1559
		os=-sunos3
1562
		# This also exists in the configure program, but was not the
1563
		# default.
1564
		# os=-sunos4
1565 1560
		;;
1566 1561
	m68*-cisco)
1567 1562
		os=-aout

Also available in: Unified diff