X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=build-aux%2Fconfig.guess;h=6603908c211dbecd16c02a91ce65e4558d968383;hb=46301374ca957831679cf58b9c2fdf87746c71a7;hp=f32079abda668e5fc8f8de6f226e7b26384e8a03;hpb=1533e65246ff1f7ce4bd2ef0032913d1da09bfbf;p=gnulib.git diff --git a/build-aux/config.guess b/build-aux/config.guess index f32079abd..6603908c2 100755 --- a/build-aux/config.guess +++ b/build-aux/config.guess @@ -4,7 +4,7 @@ # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 # Free Software Foundation, Inc. -timestamp='2008-01-23' +timestamp='2008-03-12' # 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 @@ -1216,6 +1216,9 @@ EOF BePC:BeOS:*:*) # BeOS running on Intel PC compatible. echo i586-pc-beos exit ;; + BePC:Haiku:*:*) # Haiku running on Intel PC compatible. + echo i586-pc-haiku + exit ;; SX-4:SUPER-UX:*:*) echo sx4-nec-superux${UNAME_RELEASE} exit ;;