Dash:
[t2.git] / package / security / libgpg-error / t2-linux.patch
blob5c660c6f967e677e2dfd8513fe913ef3cc57d691
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by scripts/Create-CopyPatch.
3 #
4 # T2 SDE: package/.../libgpg-error/t2-linux.patch
5 # Copyright (C) 2018 - 2020 The T2 SDE Project
6 #
7 # More information can be found in the files COPYING and README.
8 #
9 # This patch file is dual-licensed. It is available under the license the
10 # patched project is licensed under, as long as it is an OpenSource license
11 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
12 # of the GNU General Public License as published by the Free Software
13 # Foundation; either version 2 of the License, or (at your option) any later
14 # version.
15 # --- T2-COPYRIGHT-NOTE-END ---
17 --- libgpg-error-1.33/src/mkheader.c.vanilla 2019-01-15 19:00:36.878721125 +0000
18 +++ libgpg-error-1.33/src/mkheader.c 2019-01-15 19:00:47.046721009 +0000
19 @@ -91,6 +91,10 @@
20 const char *name;
21 const char *alias;
22 } tbl[] = {
23 + {"i486-unknown-linux-gnu", "i686-unknown-linux-gnu" },
24 + {"i586-unknown-linux-gnu", "i686-unknown-linux-gnu" },
25 + {"x86_64-unknown-linux-muslx32", "x86_64-unknown-linux-gnux32" },
27 {"i486-pc-linux-gnu", "i686-unknown-linux-gnu" },
28 {"i586-pc-linux-gnu" },
29 {"i686-pc-linux-gnu" },
30 @@ -119,6 +119,12 @@
31 {"armv5-unknown-linux-musleabi" },
32 {"armv6-unknown-linux-musleabihf" },
34 + {"aarch64-unknown-linux-gnueabi", "aarch64-unknown-linux-gnu" },
36 + {"mips64-unknown-linux-gnu", "mips64el-unknown-linux-gnuabi64" },
37 + {"mips64-unknown-linux-gnuabi64", "mips64el-unknown-linux-gnuabi64" },
38 + {"mips64-unknown-linux-gnuabin32", "mips-unknown-linux-gnu" },
40 { NULL }
42 int i;