diff options
author | Yann E. MORIN" <yann.morin.1998@free.fr> | 2012-09-25 23:23:53 +0200 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@free.fr> | 2012-09-25 23:23:53 +0200 |
commit | 4cda47b3dc64fe9736965a28ef615625703f86eb (patch) | |
tree | c54014dcbe4b302035616836b002ca280650a6d2 /scripts/config.guess | |
parent | 4828ca9541054fe09a1495fa965f5c0ccf5a1dd2 (diff) | |
download | crosstool-ng-4cda47b3dc64fe9736965a28ef615625703f86eb.tar.gz crosstool-ng-4cda47b3dc64fe9736965a28ef615625703f86eb.tar.bz2 crosstool-ng-4cda47b3dc64fe9736965a28ef615625703f86eb.zip |
scripts: update config.{guess,sub}
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Diffstat (limited to 'scripts/config.guess')
-rwxr-xr-x | scripts/config.guess | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/scripts/config.guess b/scripts/config.guess index ad5f74ab..872b96a1 100755 --- a/scripts/config.guess +++ b/scripts/config.guess @@ -4,7 +4,7 @@ # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, # 2011, 2012 Free Software Foundation, Inc. -timestamp='2012-07-31' +timestamp='2012-09-25' # 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 @@ -306,7 +306,7 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*) echo arm-acorn-riscix${UNAME_RELEASE} exit ;; - arm:riscos:*:*|arm:RISCOS:*:*) + arm*:riscos:*:*|arm*:RISCOS:*:*) echo arm-unknown-riscos exit ;; SR2?01:HI-UX/MPP:*:* | SR8000:HI-UX/MPP:*:*) @@ -1208,6 +1208,9 @@ EOF BePC:Haiku:*:*) # Haiku running on Intel PC compatible. echo i586-pc-haiku exit ;; + x86_64:Haiku:*:*) + echo x86_64-unknown-haiku + exit ;; SX-4:SUPER-UX:*:*) echo sx4-nec-superux${UNAME_RELEASE} exit ;; |