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

Invoke gcc with -nodefaultlibs #12031

Closed
wants to merge 1 commit into from

Commits on Feb 4, 2014

  1. Invoke gcc with -nodefaultlibs

    This will hopefully bring us closer to rust-lang#11937. We're still using gcc's idea of
    "startup files", but this should prevent us from leaking in dependencies that we
    don't quite want (libgcc for example once compiler-rt is what we use).
    alexcrichton committed Feb 4, 2014
    12 Configuration menu
    Copy the full SHA
    b37700c View commit details
    Browse the repository at this point in the history