summaryrefslogtreecommitdiffstats
path: root/config/linux-gnulibc1
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2017-11-15 22:24:59 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2017-11-15 22:24:59 (GMT)
commitcb235453a9276c371085e40ea1c87d9b641e511e (patch)
tree0e85105617af95ca8e5d8532faf19e2272bf3197 /config/linux-gnulibc1
parentbdb4d5653226c030dfb33a6962544c93bf64ed21 (diff)
downloadhdf5-cb235453a9276c371085e40ea1c87d9b641e511e.zip
hdf5-cb235453a9276c371085e40ea1c87d9b641e511e.tar.gz
hdf5-cb235453a9276c371085e40ea1c87d9b641e511e.tar.bz2
Changed ar to always use -cr instead of the autotools default
of cru.
Diffstat (limited to 'config/linux-gnulibc1')
-rw-r--r--config/linux-gnulibc15
1 files changed, 0 insertions, 5 deletions
diff --git a/config/linux-gnulibc1 b/config/linux-gnulibc1
index c32f64e..39225e7 100644
--- a/config/linux-gnulibc1
+++ b/config/linux-gnulibc1
@@ -30,11 +30,6 @@ if test -z "$CC"; then
fi
fi
-# Set flags for gnu ar (apparently via libtool, so AR_FLAGS, not ARFLAGS)
-# If you don't do this, you will get warnings about the 'u' in
-# automake's default 'cru' args.
-AR_FLAGS=crD
-
# Figure out GNU C compiler flags
. $srcdir/config/gnu-flags