scripts/config.guess
changeset 3126 333d3e40cbd1
parent 3028 670c97e4646c
child 3156 006736cdb4e5
     1.1 --- a/scripts/config.guess	Sat Aug 04 23:40:16 2012 +0200
     1.2 +++ b/scripts/config.guess	Tue Nov 20 16:59:17 2012 -0800
     1.3 @@ -4,7 +4,7 @@
     1.4  #   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
     1.5  #   2011, 2012 Free Software Foundation, Inc.
     1.6  
     1.7 -timestamp='2012-07-31'
     1.8 +timestamp='2012-09-25'
     1.9  
    1.10  # This file is free software; you can redistribute it and/or modify it
    1.11  # under the terms of the GNU General Public License as published by
    1.12 @@ -306,7 +306,7 @@
    1.13      arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*)
    1.14  	echo arm-acorn-riscix${UNAME_RELEASE}
    1.15  	exit ;;
    1.16 -    arm:riscos:*:*|arm:RISCOS:*:*)
    1.17 +    arm*:riscos:*:*|arm*:RISCOS:*:*)
    1.18  	echo arm-unknown-riscos
    1.19  	exit ;;
    1.20      SR2?01:HI-UX/MPP:*:* | SR8000:HI-UX/MPP:*:*)
    1.21 @@ -1208,6 +1208,9 @@
    1.22      BePC:Haiku:*:*)	# Haiku running on Intel PC compatible.
    1.23  	echo i586-pc-haiku
    1.24  	exit ;;
    1.25 +    x86_64:Haiku:*:*)
    1.26 +	echo x86_64-unknown-haiku
    1.27 +	exit ;;
    1.28      SX-4:SUPER-UX:*:*)
    1.29  	echo sx4-nec-superux${UNAME_RELEASE}
    1.30  	exit ;;