summaryrefslogtreecommitdiff
path: root/Build/source/libs/ncurses/config.guess
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/ncurses/config.guess')
-rwxr-xr-xBuild/source/libs/ncurses/config.guess5
1 files changed, 4 insertions, 1 deletions
diff --git a/Build/source/libs/ncurses/config.guess b/Build/source/libs/ncurses/config.guess
index 3f51f4ea90c..e5716eea733 100755
--- a/Build/source/libs/ncurses/config.guess
+++ b/Build/source/libs/ncurses/config.guess
@@ -4,7 +4,7 @@
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
# Free Software Foundation, Inc.
-timestamp='2008-12-19'
+timestamp='2009-02-03'
# 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
@@ -1350,6 +1350,9 @@ EOF
i*86:rdos:*:*)
echo ${UNAME_MACHINE}-pc-rdos
exit ;;
+ i*86:AROS:*:*)
+ echo ${UNAME_MACHINE}-pc-aros
+ exit ;;
esac
#echo '(No uname command or uname output not recognized.)' 1>&2