[MOAB-dev] commit/MOAB: rajeeja: compiler.m4 stuff for bgq
commits-noreply at bitbucket.org
commits-noreply at bitbucket.org
Tue May 21 14:50:16 CDT 2013
1 new commit in MOAB:
https://bitbucket.org/fathomteam/moab/commits/40a5db504068/
Changeset: 40a5db504068
Branch: master
User: rajeeja
Date: 2013-05-21 21:50:06
Summary: compiler.m4 stuff for bgq
Affected #: 1 file
diff --git a/config/compiler.m4 b/config/compiler.m4
index 18df411..e869c33 100644
--- a/config/compiler.m4
+++ b/config/compiler.m4
@@ -523,6 +523,12 @@ case "$cc_compiler:$host_cpu" in
case "$target_vendor" in
bgp)
FATHOM_CC_32BIT=-q32
+ FATHOM_CC_64BIT=-q64
+ AR="ar"
+ NM="nm -B"
+ ;;
+ bgq)
+ FATHOM_CC_32BIT=-q32
FATHOM_CC_64BIT=-q64
AR="ar"
NM="nm -B"
Repository URL: https://bitbucket.org/fathomteam/moab/
--
This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
More information about the moab-dev
mailing list