aboutsummaryrefslogtreecommitdiffstats
path: root/src/mkheader.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mkheader.c')
-rw-r--r--src/mkheader.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/mkheader.c b/src/mkheader.c
index 64d0904..5aeb1e7 100644
--- a/src/mkheader.c
+++ b/src/mkheader.c
@@ -81,9 +81,16 @@ canon_host_triplet (const char *triplet)
{"i586-pc-gnu"},
{"i486-pc-kfreebsd-gnu", "i686-pc-kfreebsd-gnu"},
{"i586-pc-kfreebsd-gnu"},
+
{"x86_64-pc-linux-gnuhardened1", "x86_64-pc-linux-gnu" },
+
{"powerpc-unknown-linux-gnuspe", "powerpc-unknown-linux-gnu" },
+ {"arm-unknown-linux-gnueabihf", "arm-unknown-linux-gnueabi" },
+ {"armv7-unknown-linux-gnueabihf" },
+ {"armv5-unknown-linux-musleabi" },
+ {"armv6-unknown-linux-musleabihf" },
+
{ NULL }
};
int i;