mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-11-16 12:34:43 +00:00
Fix 32303 ./configure --help: replace --enable-gprofng with --disable-gprofng
ChangeLog 2024-10-31 Vladimir Mezentsev <vladimir.mezentsev@oracle.com> PR 32303 * configure.ac: Replace --enable-gprofng with --disable-gprofng * configure: Rebuild.
This commit is contained in:
2
configure
vendored
2
configure
vendored
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user