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

Example of minimal hermetic gcc toolchain #407

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from

Commits on Feb 3, 2024

  1. Add gcc toolchain

    Vinh Tran committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    98b049d View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Fix linking error in gcc

    Vinh Tran committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    3e5abde View commit details
    Browse the repository at this point in the history
  2. Simply cc program to not require libcxx

    Vinh Tran committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    ee9c67c View commit details
    Browse the repository at this point in the history
  3. Add comment

    Vinh Tran committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    1c6c0c3 View commit details
    Browse the repository at this point in the history
  4. Add comment

    Vinh Tran committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    5fe0e74 View commit details
    Browse the repository at this point in the history
  5. Add workaround to symlink libc to system directory

    Vinh Tran committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    9130ef4 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'cc-toolchain' of github.com:daivinhtran/examples into c…

    …c-toolchain
    Vinh Tran committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    4bcd6b5 View commit details
    Browse the repository at this point in the history
  7. Add README

    Vinh Tran committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    08a35e9 View commit details
    Browse the repository at this point in the history