diff options
-rw-r--r-- | src/mkheader.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mkheader.c b/src/mkheader.c index 0d3d6ba..64d0904 100644 --- a/src/mkheader.c +++ b/src/mkheader.c @@ -82,6 +82,7 @@ canon_host_triplet (const char *triplet) {"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" }, { NULL } }; |