From e0c182c3acd510dcfefbe1ff2d5b66106cafcf3f Mon Sep 17 00:00:00 2001 From: Vladimir Mezentsev Date: Thu, 31 Oct 2024 17:23:26 -0700 Subject: Fix 32303 ./configure --help: replace --enable-gprofng with --disable-gprofng ChangeLog 2024-10-31 Vladimir Mezentsev PR 32303 * configure.ac: Replace --enable-gprofng with --disable-gprofng * configure: Rebuild. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 93d286b..037576c 100755 --- a/configure +++ b/configure @@ -1547,7 +1547,7 @@ Optional Features: --enable-gold[=ARG] build gold [ARG={default,yes,no}] --enable-ld[=ARG] build ld [ARG={default,yes,no}] - --enable-gprofng[=ARG] build gprofng [ARG={yes,no}] + --disable-gprofng do not build gprofng --enable-compressed-debug-sections={all,gas,gold,ld,none} Enable compressed debug sections for gas, gold or ld by default -- cgit v1.1