forked from Imagelibrary/binutils-gdb
Enable ELF ld_list_options for --enable-targets=all
When --enable-targets=all is used with non-ELF target, we should enable ELF ld_list_options. * configure.ac (elf_list_options): Set to TRUE for --enable-targets=all. (elf_shlib_list_options): Likewise. (elf_plt_unwind_list_options): Likewise. * configure: Regenerated.
This commit is contained in:
3
ld/configure
vendored
3
ld/configure
vendored
@@ -17035,6 +17035,9 @@ for targ_alias in `echo $target_alias $enable_targets | sed 's/,/ /g'`
|
||||
do
|
||||
if test "$targ_alias" = "all"; then
|
||||
all_targets=true
|
||||
elf_list_options=TRUE
|
||||
elf_shlib_list_options=TRUE
|
||||
elf_plt_unwind_list_options=TRUE
|
||||
else
|
||||
# Canonicalize the secondary target names.
|
||||
result=`$ac_config_sub $targ_alias 2>/dev/null`
|
||||
|
||||
Reference in New Issue
Block a user