summaryrefslogtreecommitdiffstats
path: root/c++/config/linux-gnulibc1
diff options
context:
space:
mode:
Diffstat (limited to 'c++/config/linux-gnulibc1')
-rw-r--r--c++/config/linux-gnulibc116
1 files changed, 16 insertions, 0 deletions
diff --git a/c++/config/linux-gnulibc1 b/c++/config/linux-gnulibc1
new file mode 100644
index 0000000..4b7ac40
--- /dev/null
+++ b/c++/config/linux-gnulibc1
@@ -0,0 +1,16 @@
+# -*- shell-script -*-
+#
+# This file is part of the HDF5 build script. It is processed shortly
+# after configure starts and defines, among other things, flags for
+# the various compile modes.
+#
+# See BlankForm in this directory for details.
+
+# The default compiler is `g++'.
+if test -z "$CXX"; then
+ CXX=g++
+ CXX_BASENAME=g++
+fi
+
+# Figure out compiler flags
+#. $srcdir/config/gnu-flags