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, 0 insertions, 16 deletions
diff --git a/c++/config/linux-gnulibc1 b/c++/config/linux-gnulibc1
deleted file mode 100644
index 4b7ac40..0000000
--- a/c++/config/linux-gnulibc1
+++ /dev/null
@@ -1,16 +0,0 @@
-# -*- 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