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

Define CMAKE_SYSTEM_NAME on a cross build targeting DragonFly. #113996

Merged

Commits on Jul 25, 2023

  1. bootstrap: Define CMake platform if DragonFly.

    CMAKE_SYSTEM_NAME is defined on a cross build if the target is
    recognized.  Without this explicit definition cmake will assume that
    we're building for the host platform which can bring in unwanted
    compiler and linker flags.
    
    Also, add a warning on cross builds with unknown target to aid in
    cross builds for future platforms.
    Alex Zepeda committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    a0538db View commit details
    Browse the repository at this point in the history