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

Check for cargo when building rust language #2942

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Oct 10, 2024

  1. Check for cargo when building rust language

    Prevent rust language from building when cargo is
    missing.
    
    config/ChangeLog:
    
    	* acx.m4: Add a macro to check for rust
    	components.
    
    ChangeLog:
    
    	* configure: Regenerate.
    	* configure.ac: Emit an error message when cargo
    	is missing.
    
    Signed-off-by: Pierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
    P-E-P committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    3da40f5 View commit details
    Browse the repository at this point in the history
  2. Add mention of cargo requirement for rust frontend

    Cargo is temporarily required in order to build some parts of GCC rust
    frontend. This requirement was not mentioned in the documentation.
    
    gcc/ChangeLog:
    
    	* doc/install.texi: Mention cargo requirement.
    
    Signed-off-by: Pierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
    P-E-P committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    f2afdd9 View commit details
    Browse the repository at this point in the history