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

tc-build: Add initial scripts and update README #1

Closed
wants to merge 5 commits into from

Commits on Mar 27, 2019

  1. tc-build: Add initial scripts and update README

    Signed-off-by: Nathan Chancellor <natechancellor@gmail.com>
    nathanchance committed Mar 27, 2019
    Configuration menu
    Copy the full SHA
    4f32c11 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2019

  1. common: dwnld_binutils: Verify sha256sum

    So that users can be fairly confident the binutils package is legitimate without needing gpg.
    
    Suggested-by: Miguel Ojeda <miguel.ojeda.sandonis@gmail.com>
    Signed-off-by: Nathan Chancellor <natechancellor@gmail.com>
    nathanchance committed Mar 28, 2019
    Configuration menu
    Copy the full SHA
    11160ab View commit details
    Browse the repository at this point in the history
  2. build-llvm: Add documentation for each cmake define

    Suggested-by: Miguel Ojeda <miguel.ojeda.sandonis@gmail.com>
    Signed-off-by: Nathan Chancellor <natechancellor@gmail.com>
    nathanchance committed Mar 28, 2019
    Configuration menu
    Copy the full SHA
    303fc1f View commit details
    Browse the repository at this point in the history
  3. build-llvm/common: Disable two shellcheck warnings

    SC1117: Backslash is literal in "\0". Prefer explicit escaping: "\\0".
    SC2028: echo won't expand escape sequences. Consider printf.
    
    All false positives because of our use of 'echo -e'.
    
    Signed-off-by: Nathan Chancellor <natechancellor@gmail.com>
    nathanchance committed Mar 28, 2019
    Configuration menu
    Copy the full SHA
    61f65e6 View commit details
    Browse the repository at this point in the history
  4. travis: Set up configuration

    Signed-off-by: Nathan Chancellor <natechancellor@gmail.com>
    nathanchance committed Mar 28, 2019
    Configuration menu
    Copy the full SHA
    6459229 View commit details
    Browse the repository at this point in the history