aboutsummaryrefslogtreecommitdiff
path: root/tools/process_headers.zig
diff options
context:
space:
mode:
authorAlex Rønne Petersen <alex@alexrp.com>2025-04-11 08:42:53 +0200
committerGitHub <noreply@github.com>2025-04-11 08:42:53 +0200
commit8f03217f3edbd98cf0c3209c154cdd21ff0665c6 (patch)
tree63ec48a9601e56d50037413e692097b20dcd9c4b /tools/process_headers.zig
parent4b63f94b4ecf282c259c24a09d6c4ab7490b6cab (diff)
parentd01f2aa6e768c8389b622898ffd845c9b7138084 (diff)
downloadzig-8f03217f3edbd98cf0c3209c154cdd21ff0665c6.tar.gz
zig-8f03217f3edbd98cf0c3209c154cdd21ff0665c6.zip
Merge pull request #23497 from alexrp/hexagon
Some `hexagon-linux` porting work
Diffstat (limited to 'tools/process_headers.zig')
-rw-r--r--tools/process_headers.zig1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/process_headers.zig b/tools/process_headers.zig
index 9d149a2eb5..53822e91b1 100644
--- a/tools/process_headers.zig
+++ b/tools/process_headers.zig
@@ -60,6 +60,7 @@ const glibc_targets = [_]LibCTarget{
const musl_targets = [_]LibCTarget{
.{ .arch = .arm, .abi = .musl },
.{ .arch = .aarch64, .abi = .musl },
+ .{ .arch = .hexagon, .abi = .musl },
.{ .arch = .loongarch64, .abi = .musl },
.{ .arch = .m68k, .abi = .musl },
.{ .arch = .mips, .abi = .musl },