zig/tools
Andrew Kelley 0eee98edc1
zig cc improvements
* The generated options data file is sorted now in a way that
   makes sure longer prefixes are first. This prevents collisions
   with some parameters.
 * Add support for `-fPIC`, `-fno-PIC`, `-nostdlib`, `-shared`,
   `-rdynamic`, `-Wl,-soname`, `-Wl,-rpath`
 * Better support for `-o`.
 * Disable generating h files
 * Shared library support.
 * Better positional argument support.
2020-03-21 15:40:49 -04:00
..
merge_anal_dumps.zig Replace @typeOf with @TypeOf in all zig source 2019-12-10 11:09:41 -05:00
process_headers.zig ability to use zig cc as a drop-in C compiler 2020-03-21 15:39:39 -04:00
update_clang_options.zig zig cc improvements 2020-03-21 15:40:49 -04:00
update_glibc.zig include ld symbols when generating glibc dummy objects 2020-03-20 12:59:37 -04:00