mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 09:08:59 +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-gold[=ARG] build gold [ARG={default,yes,no}]
|
||||||
--enable-ld[=ARG] build ld [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={all,gas,gold,ld,none}
|
||||||
Enable compressed debug sections for gas, gold or ld
|
Enable compressed debug sections for gas, gold or ld
|
||||||
by default
|
by default
|
||||||
|
|||||||
@@ -408,8 +408,7 @@ case "${ENABLE_LD}" in
|
|||||||
esac
|
esac
|
||||||
|
|
||||||
AC_ARG_ENABLE(gprofng,
|
AC_ARG_ENABLE(gprofng,
|
||||||
[AS_HELP_STRING([[--enable-gprofng[=ARG]]],
|
[AS_HELP_STRING([[--disable-gprofng]], [do not build gprofng])],
|
||||||
[build gprofng @<:@ARG={yes,no}@:>@])],
|
|
||||||
enable_gprofng=$enableval,
|
enable_gprofng=$enableval,
|
||||||
enable_gprofng=yes)
|
enable_gprofng=yes)
|
||||||
if test "$enable_gprofng" = "yes"; then
|
if test "$enable_gprofng" = "yes"; then
|
||||||
|
|||||||
Reference in New Issue
Block a user