[git] GPG-ERROR - branch, master, updated. libgpg-error-1.32-20-gf4f0da7

by Werner Koch cvs at cvs.gnupg.org
Fri Sep 21 14:46:52 CEST 2018


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Error codes used by GnuPG et al.".

The branch, master has been updated
       via  f4f0da74f526d7e35cedbc2e93454df6440dbfa5 (commit)
      from  b371e3ca906e6a4db31900d419ddc2b21bed1ea3 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit f4f0da74f526d7e35cedbc2e93454df6440dbfa5
Author: Werner Koch <wk at gnupg.org>
Date:   Fri Sep 21 14:37:21 2018 +0200

    syscfg: Add support for arc-unknown-linux-gnu
    
    * src/mkheader.c (canon_host_triplet): Add to table.
    --
    
    Note that unknown in the above triplet is actually a wildcard for 4
    part triplets.
    
    Signed-off-by: Werner Koch <wk at gnupg.org>

diff --git a/src/mkheader.c b/src/mkheader.c
index 9a96b84..53ae49c 100644
--- a/src/mkheader.c
+++ b/src/mkheader.c
@@ -94,7 +94,8 @@ canon_host_triplet (const char *triplet, int no_vendor_hack, char **r_os)
     {"i486-pc-linux-gnu", "i686-unknown-linux-gnu" },
     {"i586-pc-linux-gnu" },
     {"i686-pc-linux-gnu" },
-    {"arc-oe-linux-uclibc" }, /* Other CPU but same struct.  */
+    {"arc-oe-linux-gnu"    }, /* Other CPU but same struct.  */
+    {"arc-oe-linux-uclibc" }, /* and uclibc is also the same.  */
 
     {"i486-pc-gnu", "i686-unknown-gnu"},
     {"i586-pc-gnu"},

-----------------------------------------------------------------------

Summary of changes:
 src/mkheader.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
Error codes used by GnuPG et al.
http://git.gnupg.org




More information about the Gnupg-commits mailing list