aboutsummaryrefslogtreecommitdiff
path: root/src/libc_installation.cpp
AgeCommit message (Expand)Author
2019-10-30DragonFlyBSD supportTse
2019-06-17Remove duplicate exe name with zig runJonathan Marler
2019-05-15fix static builds of zig from requiring c compilerAndrew Kelley
2019-04-29fix build (unused function warning)Andrew Kelley
2019-04-29Merge pull request #2139 from emekoi/lib-on-mingwAndrew Kelley
2019-04-27fixed visibility of zig_libc_cc_print_file_nameemekoi
2019-04-27added static_crt_dir to libc fileemekoi
2019-04-24remove Shebang (#!) supportShawn Landden
2019-04-05stage1: fix debug builds on macOSAndrew Kelley
2019-03-29fixed libc command on mingwemekoi
2019-03-13breaking: remove --static; add -dynamicAndrew Kelley
2019-03-05dynamic linker path is independent from libc installationAndrew Kelley
2019-03-05stop linking against gcc filesAndrew Kelley
2019-02-27stage1: fix unused function error on freebsd and netbsdAndrew Kelley
2019-02-26introduce sys_include_dir for when sys/* files are not with stdlib.hAndrew Kelley
2019-02-26fix regressions on WindowsAndrew Kelley
2019-02-26breaking changes to the way targets work in zigAndrew Kelley
2019-02-25fix not finding libgcc_s when looking for native libcAndrew Kelley
2019-02-23better libc detection (#1996)Andrew Kelley