Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not link -ldl and -lpthread unconditionally #2949

Commits on May 31, 2024

  1. rust: Do not link with libdl and libpthread unconditionally

    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.
    CohenArthur committed May 31, 2024
    Configuration menu
    Copy the full SHA
    00669b6 View commit details
    Browse the repository at this point in the history