summaryrefslogtreecommitdiff
path: root/lib/make/config.sub
diff options
context:
space:
mode:
authortradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2003-10-06 11:10:32 +0000
committertradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2003-10-06 11:10:32 +0000
commitc302a83e6968a1503f6d008188cf841c86fe2a45 (patch)
tree341df3a3416c5b34f7e053de663418e9c9d8b553 /lib/make/config.sub
parentfe30614493d48e0cefaac5655a68f3c9a7d6cb7f (diff)
Support for x1-cray-unicosmp. Added by John Shalf.
git-svn-id: http://svn.cactuscode.org/flesh/trunk@3419 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/make/config.sub')
-rwxr-xr-xlib/make/config.sub6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/make/config.sub b/lib/make/config.sub
index d2e880f1..92e1b807 100755
--- a/lib/make/config.sub
+++ b/lib/make/config.sub
@@ -280,7 +280,7 @@ case $basic_machine in
| mips64vr4100-* | mips64vr4100el-* | mips64vr4300-* | mips64vr4300el-* \
| mipstx39-* | mipstx39el-* | mcore-* \
| f30[01]-* | f700-* | 5000-* | s390-* | s390x-* | sv1-* | t3e-* \
- | [cjt]90-* \
+ | [cjt]90-* | x1-* \
| m88110-* | m680[01234]0-* | m683?2-* | m68360-* | z8k-* | d10v-* \
| thumb-* | v850-* | d30v-* | tic30-* | c30-* | fr30-* \
| bs2000-* | tic54x-* | c54x-* | x86_64-*)
@@ -815,6 +815,10 @@ case $basic_machine in
sun386 | sun386i | roadrunner)
basic_machine=i386-sun
;;
+ x1)
+ basic_machine=x1-cray
+ os=-unicos
+ ;;
sv1)
basic_machine=sv1-cray
os=-unicos