Skip to content
Snippets Groups Projects
  • Arthur Cohen's avatar
    75299e4f
    rust: Do not link with libdl and libpthread unconditionally · 75299e4f
    Arthur Cohen authored
    ChangeLog:
    
    	* Makefile.tpl: Add CRAB1_LIBS variable.
    	* Makefile.in: Regenerate.
    	* configure: Regenerate.
    	* configure.ac: Check if -ldl and -lpthread are needed, and if so, add
    	them to CRAB1_LIBS.
    
    gcc/rust/ChangeLog:
    
    	* Make-lang.in: Remove overazealous LIBS = -ldl -lpthread line, link
    	crab1 against CRAB1_LIBS.
    75299e4f
    History
    rust: Do not link with libdl and libpthread unconditionally
    Arthur Cohen authored
    ChangeLog:
    
    	* Makefile.tpl: Add CRAB1_LIBS variable.
    	* Makefile.in: Regenerate.
    	* configure: Regenerate.
    	* configure.ac: Check if -ldl and -lpthread are needed, and if so, add
    	them to CRAB1_LIBS.
    
    gcc/rust/ChangeLog:
    
    	* Make-lang.in: Remove overazealous LIBS = -ldl -lpthread line, link
    	crab1 against CRAB1_LIBS.