WebAssembly: Disable subdirectory configuration for unsupported LD
authorMaciej W. Rozycki <macro@mips.com>
Tue, 13 Feb 2018 12:56:29 +0000 (12:56 +0000)
committerMaciej W. Rozycki <macro@mips.com>
Tue, 13 Feb 2018 12:56:29 +0000 (12:56 +0000)
commitb29d26411c62fef6b1401aff4f2c6a157053de4d
tree8fcd11d6f241903e5d1ed89d2eb3aa3ae43b6175
parent87993319a56af838d3ab7e251fa4902476ca63c8
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.
ChangeLog
configure
configure.ac
This page took 0.024799 seconds and 4 git commands to generate.