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

dmd.mars: Add method to predefine FreeBSD_12 at compile-time. #11982

Merged
merged 1 commit into from
Nov 19, 2020

Commits on Nov 19, 2020

  1. dmd.mars: Add method to predefine FreeBSD_12 at compile-time.

    This allows to statically set which version of FreeBSD to compile for
    using DFLAGS, choices are FreeBSD 10, 11 or 12. If unset, the default is
    to use the same version as the host, or fallback to version 11 if
    compiling on a different host, or using an old D compiler to build DMD.
    
    To be decided is whether there should be a dynamic way of detecting the
    FreeBSD OS version as well, such as by using getosreldate().
    ibuclaw committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    9c8b709 View commit details
    Browse the repository at this point in the history