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-11 07:09:10 -07:00
2024-03-11 13:30:26 +01:00
2023-09-19 09:37:31 -07:00
2023-12-20 13:17:15 +02:00
2024-01-20 00:21:34 +00:00
2023-09-19 09:37:53 -07:00
2023-09-19 09:37:31 -07:00
2023-09-19 09:37:31 -07:00
2024-03-13 02:17:28 -04:00
2024-01-10 01:00:37 -07:00
2024-03-11 07:09:10 -07:00
2024-03-11 07:09:10 -07:00
2023-11-10 13:12:10 -07:00
2024-01-03 02:52:25 -05:00