aboutsummaryrefslogtreecommitdiffstats
path: root/main/gcc/libgo-musl-1.2.3.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/gcc/libgo-musl-1.2.3.patch')
-rw-r--r--main/gcc/libgo-musl-1.2.3.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/main/gcc/libgo-musl-1.2.3.patch b/main/gcc/libgo-musl-1.2.3.patch
new file mode 100644
index 00000000000..15a4229f4ef
--- /dev/null
+++ b/main/gcc/libgo-musl-1.2.3.patch
@@ -0,0 +1,13 @@
+diff --git a/libgo/mksysinfo.sh b/libgo/mksysinfo.sh
+index 6fef104..06289a4 100755
+--- a/libgo/mksysinfo.sh
++++ b/libgo/mksysinfo.sh
+@@ -126,7 +126,7 @@ if ! grep '^const SIGCLD ' ${OUT} >/dev/null 2>&1; then
+ fi
+
+ # The syscall numbers. We force the names to upper case.
+-grep '^const _SYS_' gen-sysinfo.go | \
++grep '^const _SYS_[a-z]' gen-sysinfo.go | \
+ sed -e 's/const _\(SYS_[^= ]*\).*$/\1/' | \
+ while read sys; do
+ sup=`echo $sys | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`