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-03-13 02:17:28 -04:00
2024-03-06 13:59:46 -08:00
2024-03-11 07:09:10 -07:00
2023-11-24 17:09:08 -08:00
2023-11-26 02:21:58 -05:00
2023-09-27 11:24:28 -07:00
2024-02-25 11:22:10 +01:00
2023-03-15 10:48:14 -07:00
2024-03-11 05:06:17 -07:00
2024-02-27 22:55:00 -07:00
2024-03-13 02:17:28 -04:00
2023-06-24 16:56:39 -07:00
2024-03-06 13:59:46 -08:00
2024-02-18 12:36:04 +02:00
2023-11-19 09:55:07 +00:00
2023-04-13 02:47:16 -04:00
2024-02-18 12:36:04 +02:00
2024-03-11 07:09:07 -07:00
2023-11-19 09:55:07 +00:00
2024-02-27 15:59:50 -08:00
2024-02-27 22:55:00 -07:00
2023-11-03 23:18:21 -04:00
2024-02-27 22:55:00 -07:00
2024-03-06 21:26:38 +00:00