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

Implement Linker command/response files in make export #9596

Merged
merged 2 commits into from Feb 7, 2019
Merged

Implement Linker command/response files in make export #9596

merged 2 commits into from Feb 7, 2019

Commits on Jan 31, 2019

  1. Configuration menu
    Copy the full SHA
    a8a21d3 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2019

  1. makefile export: create .link_options.txt with echo

    $(file > $@.in, $(filter %.o, $^)) is not supported in GNU Make 3.81.
    Create the linker response file with pipe redirect from echo command.
    This is tested with Cygwin make and make 3.8.1 shipped with macOS.
    
    Also, change the linker responce file name to .link_options.txt.
    This is an internal file, not a build artifact.
    vmedcy committed Feb 4, 2019
    Configuration menu
    Copy the full SHA
    6918e6a View commit details
    Browse the repository at this point in the history