Andrew Kelley 4616af0ca4
introduce operating system version ranges as part of the target
* re-introduce `std.build.Target` which is distinct from `std.Target`.
   `std.build.Target` wraps `std.Target` so that it can be annotated as
   "the native target" or an explicitly specified target.
 * `std.Target.Os` is moved to `std.Target.Os.Tag`. The former is now a
   struct which has the tag as well as version range information.
 * `std.elf` gains some more ELF header constants.
 * `std.Target.parse` gains the ability to parse operating system
   version ranges as well as glibc version.
 * Added `std.Target.isGnuLibC()`.
 * self-hosted dynamic linker detection and glibc version detection.
   This also adds the improved logic using `/usr/bin/env` rather than
   invoking the system C compiler to find the dynamic linker when zig
   is statically linked. Related: #2084
   Note: this `/usr/bin/env` code is work-in-progress.
 * `-target-glibc` CLI option is removed in favor of the new `-target`
   syntax. Example: `-target x86_64-linux-gnu.2.27`

closes #1907
2020-02-28 14:51:53 -05:00
..
2020-02-24 23:39:03 +02:00
2020-02-24 23:39:03 +02:00
2020-01-30 00:27:44 -06:00
2020-02-14 19:15:09 +11:00
2020-02-24 23:39:03 +02:00
2019-11-08 15:57:24 -05:00
2019-09-25 23:35:41 -04:00
2019-09-25 23:35:41 -04:00
2019-09-25 23:35:41 -04:00
2020-01-29 22:22:01 -06:00
2020-02-24 22:34:06 -05:00
2019-11-29 21:55:27 -05:00
2020-02-16 13:25:30 -05:00
2020-02-26 11:19:40 -05:00
2019-10-11 18:13:24 -04:00
2019-09-25 23:35:41 -04:00
2019-11-12 17:55:54 +02:00
2020-02-22 12:44:21 +01:00
2020-02-24 23:39:03 +02:00
2020-02-24 23:39:03 +02:00
2020-02-24 23:39:03 +02:00
2020-01-19 20:54:04 -05:00