Skip to content
Snippets Groups Projects
  • Maciej W. Rozycki's avatar
    1fc1d82e
    WebAssembly: Disable subdirectory configuration for unsupported LD · 1fc1d82e
    Maciej W. Rozycki authored
    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
    1fc1d82e
    History
    WebAssembly: Disable subdirectory configuration for unsupported LD
    Maciej W. Rozycki authored
    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