[PATCH] Fix 32303 ./configure --help: replace --enable-gprofng with --disable-gprofng
vladimir.mezentsev@oracle.com
vladimir.mezentsev@oracle.com
Fri Nov 1 00:24:41 GMT 2024
More information about the Binutils mailing list
Fri Nov 1 00:24:41 GMT 2024
- Next message (by thread): New Georgian PO file for 'gold' (version 2.41.90)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: Vladimir Mezentsev <vladimir.mezentsev@oracle.com> ChangeLog 2024-10-31 Vladimir Mezentsev <vladimir.mezentsev@oracle.com> PR 32303 * configure.ac: Replace --enable-gprofng with --disable-gprofng * configure: Rebuild. --- configure | 2 +- configure.ac | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/configure b/configure index 93d286bb3b7..037576c4f07 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 diff --git a/configure.ac b/configure.ac index 6fd9e77f20a..a2dc9220b7a 100644 --- a/configure.ac +++ b/configure.ac @@ -408,8 +408,7 @@ case "${ENABLE_LD}" in esac AC_ARG_ENABLE(gprofng, -[AS_HELP_STRING([[--enable-gprofng[=ARG]]], - [build gprofng @<:@ARG={yes,no}@:>@])], +[AS_HELP_STRING([[--disable-gprofng]], [do not build gprofng])], enable_gprofng=$enableval, enable_gprofng=yes) if test "$enable_gprofng" = "yes"; then -- 2.43.5
- Next message (by thread): New Georgian PO file for 'gold' (version 2.41.90)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list