diff options
author | Werner Koch <[email protected]> | 2017-02-28 12:37:12 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2017-02-28 12:37:12 +0000 |
commit | 8d45ec8f8f61268a74d9c40b840a8fbd6f805a07 (patch) | |
tree | 7ccdc61701bb9080254678f19e6f6530cddc670b /src/mkheader.c | |
parent | po: Update German translation (diff) | |
download | libgpg-error-8d45ec8f8f61268a74d9c40b840a8fbd6f805a07.tar.gz libgpg-error-8d45ec8f8f61268a74d9c40b840a8fbd6f805a07.zip |
Add support for armv7-unknown-linux-gnueabihf.
* src/syscfg/lock-obj-pub.arm-unknown-linux-gnueabihf.h: Remove.
* src/syscfg/lock-obj-pub.armv5-unknown-linux-musleabi.h: Remove.
* src/syscfg/lock-obj-pub.armv6-unknown-linux-musleabihf.h: Remove.
* src/Makefile.am (lock_obj_pub): Remove them.
* src/mkheader.c (canon_host_triplet): Add removed as aliases. Addn
alias for armv7-unknown-linux-gnueabihf.
--
Info provided by Marvin Schmidt <[email protected]> via
[email protected] on Tue, 14 Feb 2017 15:00:15 +0100
Consilidated arm syscfg file by aliasing them.
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'src/mkheader.c')
-rw-r--r-- | src/mkheader.c | 7 |
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; |