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

[WIP] Add a settings file to configure cobc at runtime #117

Draft
wants to merge 2 commits into
base: gcos4gnucobol-3.x
Choose a base branch
from

Commits on Oct 17, 2023

  1. Add a settings file to configure cobc at runtime

    New --settings=FILE can be used to configure flags that are normally
    set at compile time. These settings can be used typically to create
    cross-compilers by retargetting an existing compiler.
    
    Also add a setting to make the compiler relocatable, i.e. compute
    paths of include, share, etc. relative to cobc's location.
    lefessan committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    7fafce3 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. xxx

    lefessan committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    ebc7f78 View commit details
    Browse the repository at this point in the history