diff options
author | Alan Modra <amodra@gmail.com> | 2023-07-18 12:29:56 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2023-07-19 10:46:59 +0930 |
commit | eb84343a1d3c2938a9e4e43cf9a9c22653fc4f10 (patch) | |
tree | fbed60f386b0f85d19319daf783b404a64f99c24 /binutils/configure | |
parent | 1d9f0053f02acc6f1e1c0d498b772bb13b91b745 (diff) | |
download | binutils-eb84343a1d3c2938a9e4e43cf9a9c22653fc4f10.zip binutils-eb84343a1d3c2938a9e4e43cf9a9c22653fc4f10.tar.gz binutils-eb84343a1d3c2938a9e4e43cf9a9c22653fc4f10.tar.bz2 |
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.
Diffstat (limited to 'binutils/configure')
-rwxr-xr-x | binutils/configure | 3 |
1 files changed, 2 insertions, 1 deletions
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)' ;; |