Files
zig/src
Andrew Kelley 6b36b756eb fix static builds of zig from requiring c compiler
to be installed when linking libc.

When zig links against libc, it requires a dynamic linker path.
Usually this can be determined based on the architecture and operating
system components of the target. However on some systems this is not
correct; because of this zig checks its own dynamic linker.

When zig is statically linked, this information is not available, and so
it resorts to using cc -print-filename=foo to find the dynamic linker
path.

Before this commit, Zig incorrectly exited with an error if there was
no c compiler installed. Now, Zig falls back to the dynamic linker
determined based on the arch and os when no C compiler can be found.
2019-05-15 21:50:56 -04:00
..
2019-05-11 21:29:55 +02:00
2019-04-04 22:07:15 -04:00
2019-04-04 22:07:15 -04:00
2018-07-07 00:25:32 -04:00
2018-09-05 23:23:11 -04:00
2019-05-09 20:11:56 -04:00
2019-05-08 22:45:49 -04:00
2016-09-19 11:54:01 -04:00
2016-12-01 21:08:12 -05:00
2019-05-14 21:21:59 -04:00
2019-05-13 16:41:07 +02:00
2019-04-24 23:34:19 -04:00
2019-03-23 13:46:50 -04:00
2019-05-11 20:51:59 +02:00
2019-05-15 20:41:22 -04:00
2019-04-14 10:21:48 -04:00
2018-10-27 11:35:01 -04:00
2019-05-15 11:57:55 -04:00
2019-05-15 11:57:55 -04:00