summaryrefslogtreecommitdiff
path: root/lib/make/config.sub
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2005-10-06 17:50:34 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2005-10-06 17:50:34 +0000
commitc4d5d58b22211d46cca27403bc71554a3902ac10 (patch)
tree9f91f4b1b73e14fefef4062cf0f8072d3a6683f5 /lib/make/config.sub
parentcbe527ae1e3a18ddc7ad26b0d13143029853f964 (diff)
Hack to support the bluegene.
Should configure Cactus with something like HOST_MACHINE=ppc-ibm-bgl git-svn-id: http://svn.cactuscode.org/flesh/trunk@4176 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/make/config.sub')
-rwxr-xr-xlib/make/config.sub5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/make/config.sub b/lib/make/config.sub
index e0b429f4..a138a8fa 100755
--- a/lib/make/config.sub
+++ b/lib/make/config.sub
@@ -2,6 +2,7 @@
#
# CCTK_MODIFICATION: 11/5/2001 Added info for sx5-nec. Tom Goodale
# CCTK_MODIFICATION: 13/3/2002 Added info for Fujitsu VPP5000. Thomas Radke
+# CCTK_MODIFICATION: 10/6/2005 Added info for Bluegene. Tom Goodale
#
#
# Configuration validation subroutine script.
@@ -1135,6 +1136,10 @@ case $os in
;;
-none)
;;
+ -bgl)
+ basic_machine=powerpc-ibm
+ os=-bgl
+ ;;
*)
# Get rid of the `-' at the beginning of $os.
os=`echo $os | sed 's/[^-]*-//'`