From eb84343a1d3c2938a9e4e43cf9a9c22653fc4f10 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Tue, 18 Jul 2023 12:29:56 +0930 Subject: Build all the objdump extensions with --enable-targets=all Only the xcoff and pe extensions were enabled. Build the lot, and fix some more printf format problems when the host is 32-bit. * configure.ac (od_vectors): Set up for --enable-targets=all. * configure: Regenerate. * od-elf32_avr.c (elf32_avr_dump_mem_usage): Correct format specifier vs. arg mismatch. (elf32_avr_dump_avr_prop): Likewise. --- binutils/configure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'binutils/configure') diff --git a/binutils/configure b/binutils/configure index 0e1c7dd..c9641f3 100755 --- a/binutils/configure +++ b/binutils/configure @@ -14571,7 +14571,8 @@ do fi DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_I386" BUILD_DLLWRAP='$(DLLWRAP_PROG)$(EXEEXT)' - od_vectors="$od_vectors objdump_private_desc_xcoff objdump_private_desc_pe" + od_vectors="objdump_private_desc_elf32_avr objdump_private_desc_xcoff\ + objdump_private_desc_pe objdump_private_desc_mach_o" else case $targ in *-*-hms*) BUILD_SRCONV='$(SRCONV_PROG)' ;; -- cgit v1.1