summaryrefslogtreecommitdiff
path: root/lib/make
diff options
context:
space:
mode:
authorjshalf <jshalf@17b73243-c579-4c4c-a9d2-2d5706c11dac>2007-04-04 01:09:34 +0000
committerjshalf <jshalf@17b73243-c579-4c4c-a9d2-2d5706c11dac>2007-04-04 01:09:34 +0000
commita15456cc577f6f0fcce4d2b770cfdc8d8b9c75f6 (patch)
tree41c8b20dc8bbe7a81c819880e4747fd1d90f1504 /lib/make
parentfccb19695bf3cb321f583830d2e544c61ff73b46 (diff)
Fixed config.guess and config.sub for Cray xt3 and xt4 targets.
git-svn-id: http://svn.cactuscode.org/flesh/trunk@4414 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/make')
-rwxr-xr-xlib/make/config.guess12
-rwxr-xr-xlib/make/config.sub16
2 files changed, 26 insertions, 2 deletions
diff --git a/lib/make/config.guess b/lib/make/config.guess
index 653647ad..c0956fcb 100755
--- a/lib/make/config.guess
+++ b/lib/make/config.guess
@@ -673,6 +673,18 @@ EOF
CRAY*X-MP:*:*:*)
echo xmp-cray-unicos
exit 0 ;;
+ CRAY*XT3:*:*:*)
+ echo xt3-cray-catamount
+ exit 0 ;;
+ CRAY*XT4:*:*:*)
+ echo xt3-cray-catamount
+ exit 0 ;;
+ cray*xt3:*:*:*)
+ echo xt3-cray-catamount
+ exit 0 ;;
+ cray*xt4:*:*:*)
+ echo xt3-cray-catamount
+ exit 0 ;;
CRAY*Y-MP:*:*:*)
echo ymp-cray-unicos${UNAME_RELEASE}
exit 0 ;;
diff --git a/lib/make/config.sub b/lib/make/config.sub
index a138a8fa..81101a10 100755
--- a/lib/make/config.sub
+++ b/lib/make/config.sub
@@ -281,7 +281,7 @@ case $basic_machine in
| mips64vr4100-* | mips64vr4100el-* | mips64vr4300-* | mips64vr4300el-* \
| mipstx39-* | mipstx39el-* | mcore-* \
| f30[01]-* | f700-* | 5000-* | s390-* | s390x-* | sv1-* | t3e-* \
- | [cjt]90-* | x1-* \
+ | [cjt]90-* | x1-* | xt3-* | xt4-* | catamount \
| m88110-* | m680[01234]0-* | m683?2-* | m68360-* | z8k-* | d10v-* \
| thumb-* | v850-* | d30v-* | tic30-* | c30-* | fr30-* \
| bs2000-* | tic54x-* | c54x-* | x86_64-*)
@@ -824,6 +824,18 @@ case $basic_machine in
basic_machine=sv1-cray
os=-unicos
;;
+ catamount)
+ basic_machine=xt3-cray
+ os=-catamount
+ ;;
+ xt3)
+ basic_machine=xt3-cray
+ os=-catamount
+ ;;
+ xt4)
+ basic_machine=xt3-cray
+ os=-catamount
+ ;;
symmetry)
basic_machine=i386-sequent
os=-dynix
@@ -1019,7 +1031,7 @@ case $os in
| -*vms* | -sco* | -esix* | -isc* | -aix* | -sunos | -sunos[34]*\
| -hpux* | -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* \
| -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \
- | -aos* \
+ | -aos* | -catamount* \
| -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \
| -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \
| -hiux* | -386bsd* | -netbsd* | -openbsd* | -freebsd* | -riscix* \