zig/lib/compiler
Alex Rønne Petersen ebbc50d8be
std.Target: Introduce Abi.androideabi to distinguish the soft float case.
Abi.android on its own is not enough to know whether soft float or hard float
should be used. In the C world, androideabi is typically used for the soft float
case, so let's go with that.

Note that Android doesn't have a hard float ABI, so no androideabihf.

Closes #21488.
2024-09-24 09:23:24 +02:00
..
aro std.Target: Introduce Abi.androideabi to distinguish the soft float case. 2024-09-24 09:23:24 +02:00
aro_translate_c Replace deprecated default initializations with decl literals 2024-09-12 16:01:23 +01:00
reduce reduce: fix compile errors 2024-03-24 17:29:39 +01:00
resinator Replace deprecated default initializations with decl literals 2024-09-12 16:01:23 +01:00
aro_translate_c.zig Replace deprecated default initializations with decl literals 2024-09-12 16:01:23 +01:00
build_runner.zig Replace deprecated default initializations with decl literals 2024-09-12 16:01:23 +01:00
fmt.zig std.posix: read on timerfd can return error.Canceled 2024-08-08 01:12:26 -07:00
libc.zig
objcopy.zig Replace deprecated default initializations with decl literals 2024-09-12 16:01:23 +01:00
reduce.zig Replace deprecated default initializations with decl literals 2024-09-12 16:01:23 +01:00
std-docs.zig Replace deprecated default initializations with decl literals 2024-09-12 16:01:23 +01:00
test_runner.zig Replace deprecated default initializations with decl literals 2024-09-12 16:01:23 +01:00