summaryrefslogtreecommitdiff
path: root/lib/make/known-architectures/linux
diff options
context:
space:
mode:
Diffstat (limited to 'lib/make/known-architectures/linux')
-rw-r--r--lib/make/known-architectures/linux4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/make/known-architectures/linux b/lib/make/known-architectures/linux
index 10c81acd..1e0475e4 100644
--- a/lib/make/known-architectures/linux
+++ b/lib/make/known-architectures/linux
@@ -436,7 +436,7 @@ else
CC_VERSION="`$CC -v 2>&1 | grep -i version | head -n1`"
: ${C_OPENMP_FLAGS='-openmp'}
;;
- xlc | xlc_r)
+ xlc | xlc_r | bgxlc | bgxlc_r)
: ${CFLAGS='-q64'}
: ${C_DEPEND='$(CXX) -E -M $(CPPFLAGS)'}
: ${C_DEPEND_OUT=' > /dev/null ; mv $(basename $(basename $@)).d $@'}
@@ -510,7 +510,7 @@ else
CXX_VERSION="`$CXX -v 2>&1 | grep -i version | head -n1`"
: ${CXX_OPENMP_FLAGS='-openmp'}
;;
- xlC | xlC_r)
+ xlC | xlC_r | bgxlC | bgxlC_r)
: ${CXXFLAGS='-q64'}
: ${CXX_DEPEND='$(CXX) -E -M $(CPPFLAGS)'}
: ${CXX_DEPEND_OUT=' > /dev/null ; mv $(basename $(basename $@)).d $@'}