diff options
author | Maciej W. Rozycki <macro@mips.com> | 2018-02-13 12:56:29 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@mips.com> | 2018-02-13 12:56:29 +0000 |
commit | b29d26411c62fef6b1401aff4f2c6a157053de4d (patch) | |
tree | 8fcd11d6f241903e5d1ed89d2eb3aa3ae43b6175 /ChangeLog | |
parent | WebAssembly: Correct an `index' global shadowing error for pre-4.8 GCC (diff) | |
download | binutils-gdb-b29d26411c62fef6b1401aff4f2c6a157053de4d.tar.gz binutils-gdb-b29d26411c62fef6b1401aff4f2c6a157053de4d.tar.bz2 binutils-gdb-b29d26411c62fef6b1401aff4f2c6a157053de4d.zip |
WebAssembly: Disable subdirectory configuration for unsupported LD
Remove an LD subdirectory configuration error:
*** ld does not support target wasm32-unknown-none
*** see ld/configure.tgt for supported targets
make[1]: *** [configure-ld] Error 1
which prevents binutils for the WebAssembly target from being built
unless an explicit `--disable-ld' configuration option has been given.
Users must not have to disable features selected by default to get a
working configuration.
/
* configure.ac <wasm32-*-*> (noconfigdirs): Add `ld'.
* configure: Regenerate.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 35a8c010b1e..03e18521143 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2018-02-13 Maciej W. Rozycki <macro@mips.com> + + * configure.ac <wasm32-*-*> (noconfigdirs): Add `ld'. + * configure: Regenerate. + 2018-01-30 Nick Clifton <nickc@redhat.com> * src-release.sh (do_proto_toplev): Add patterns for more junk files |