summaryrefslogtreecommitdiffstats
path: root/gold/configure.ac
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@google.com>2007-10-12 05:51:25 +0000
committerIan Lance Taylor <iant@google.com>2007-10-12 05:51:25 +0000
commite44fcf3bcf912ddf4ce94f9c3f71c253d473d692 (patch)
tree3f5de3fdbbc7b5ba332f8d2123f017c2e8437ce6 /gold/configure.ac
parent6ca8706da5d2154ee86544024f708fda30efba26 (diff)
downloadppe42-binutils-e44fcf3bcf912ddf4ce94f9c3f71c253d473d692.tar.gz
ppe42-binutils-e44fcf3bcf912ddf4ce94f9c3f71c253d473d692.zip
Add --stats option to print runtime and memory usage statistics.
Diffstat (limited to 'gold/configure.ac')
-rw-r--r--gold/configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/gold/configure.ac b/gold/configure.ac
index 0e0bc7ef0d..eb4416a945 100644
--- a/gold/configure.ac
+++ b/gold/configure.ac
@@ -171,6 +171,7 @@ AC_LANG_PUSH(C++)
AC_CHECK_HEADERS(tr1/unordered_set tr1/unordered_map)
AC_CHECK_HEADERS(ext/hash_map ext/hash_set)
+AC_CHECK_FUNCS(mallinfo)
dnl Test whether the compiler can specify a member templates to call.
AC_COMPILE_IFELSE([
OpenPOWER on IntegriCloud