diff options
author | Maciej W. Rozycki <macro@mips.com> | 2018-02-13 13:01:33 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@gcc.gnu.org> | 2018-02-13 13:01:33 +0000 |
commit | 1fc1d82e960ea0556c8caffc125fec0a860a45ad (patch) | |
tree | c039f8ba0740fb66187ed743315b285cfa7ad45e /ChangeLog | |
parent | b607e474206ceecadd044f592f74d1709b1b7cf6 (diff) | |
download | gcc-1fc1d82e960ea0556c8caffc125fec0a860a45ad.tar.gz |
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.
From-SVN: r257624
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 7f2c5431de0..d72c91cfa20 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-18 Boris Kolpackov <boris@codesynthesis.com> * MAINTAINERS (write after approval): Add myself. |