Files
zig/lib/std
Michael Dusan 22fd1851bd zig libc: allow non-native targets
On macos, allow targets supported by the SDK. This then spawns `xcrun`
and correct paths are emitted for:

- x86_64-macos
- x86_64-ios
- x86_64-tvos
- x86_64-watchos
- x86_64-ios-macbi
- aarch64-macos
- aarch64-ios
- aarch64-tvos
- aarch64-watchos
- aarch64-ios-macbi

On platforms with android NDK, allow android targets. Example usage:

```
CC=/NDK/.../bin/aarch64-linux-android34-clang zig libc -target aarch64-linux-android
```
2024-03-13 02:17:28 -04:00
..
2024-02-23 02:37:11 -07:00
2024-03-11 12:25:03 +01:00
2024-03-13 02:17:28 -04:00
2024-03-13 02:17:28 -04:00
2023-11-22 13:24:27 -05:00
2024-03-10 18:13:30 -07:00
2024-03-10 18:13:30 -07:00
2024-03-10 18:13:30 -07:00
2024-03-10 18:13:30 -07:00
2024-03-10 18:13:30 -07:00
2024-02-05 11:55:14 +03:30
2024-03-01 17:42:54 -08:00
2023-10-25 04:28:30 -04:00
2024-02-09 14:02:57 -08:00
2024-01-24 12:48:12 +01:00
2024-03-10 18:13:30 -07:00
2024-02-01 15:22:36 +02:00
2024-02-08 15:39:28 +01:00
2024-03-10 18:13:30 -07:00
2024-03-10 18:13:30 -07:00
2024-03-11 12:25:51 +01:00
2024-02-25 11:22:10 +01:00
2024-02-26 20:11:43 -08:00
2023-10-21 21:24:55 +00:00