Enable ELF ld_list_options for --enable-targets=all
authorH.J. Lu <hjl.tools@gmail.com>
Thu, 9 Apr 2015 00:05:54 +0000 (17:05 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Thu, 9 Apr 2015 00:08:45 +0000 (17:08 -0700)
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.

ld/ChangeLog
ld/configure
ld/configure.ac

index b83c11e255bd1ee063c76c1f45e22909241661a8..9807eabfb900e37e60c34dcc6156e3381ccf0671 100644 (file)
@@ -1,3 +1,11 @@
+2015-04-08  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * 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.
+
 2015-04-08  H.J. Lu  <hongjiu.lu@intel.com>
 
        * emulparams/elf32bmipn32-defs.sh: Skip empty EMULATION_NAME.
index 44bce0ee06998cb3f6c9e8762f47be11e1ff8a31..b528f74d65f7e42f82c7fa9d96da15f34dfe10c2 100755 (executable)
@@ -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`
index 572440c8014e3edc620bde29879f8070e7e43469..ac3c14f01a16e011a20e5ee5cbc33feb06e80fdb 100644 (file)
@@ -288,6 +288,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`
This page took 0.036321 seconds and 4 git commands to generate.