Skip to content
  • macro's avatar
    WebAssembly: Disable subdirectory configuration for unsupported LD · c2762a30
    macro 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.
    
    
    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@257624 138bc75d-0d04-0410-961f-82ee72b054a4
    c2762a30