[PATCH 3/3] libctf: Regnerate configure
Nicholas Vinson
nvinson234@gmail.com
Sat Mar 2 05:00:01 GMT 2024
More information about the Binutils mailing list
Sat Mar 2 05:00:01 GMT 2024
- Previous message (by thread): [PATCH 2/3] libctf: Add comment for conditionally def'd sym
- Next message (by thread): [PATCH] bfd: Print cached message in _bfd_abort
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Previous commit made changes to libctf/configure.ac. This commit ensures libctf/configure is also updated so the libctf/configure.ac changes take affect. Signed-off-by: Nicholas Vinson <nvinson234@gmail.com> --- libctf/configure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libctf/configure b/libctf/configure index 3701bd8e796..df41015bf6e 100755 --- a/libctf/configure +++ b/libctf/configure @@ -16964,7 +16964,8 @@ int ctf_foo (void) { return 0; } int main (void) { return ctf_foo(); } _ACEOF if ac_fn_c_try_link "$LINENO"; then : - ac_cv_libctf_version_script="-Wl,--version-script='$srcdir/libctf.ver'" + ac_cv_libctf_version_script="-Wl,--version-script" + decommented_version_script=t fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext -- 2.43.2
- Previous message (by thread): [PATCH 2/3] libctf: Add comment for conditionally def'd sym
- Next message (by thread): [PATCH] bfd: Print cached message in _bfd_abort
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list