From 74fabc87ce38872dc54463345f94c8aeed64970b Mon Sep 17 00:00:00 2001 From: Zach van Rijn Date: Wed, 20 Apr 2022 13:10:25 -0500 Subject: system/gcc: add patch for libgo w/ musl 1.2.3. fixes #539. --- system/gcc/libgo-musl-1.2.3.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 system/gcc/libgo-musl-1.2.3.patch (limited to 'system/gcc/libgo-musl-1.2.3.patch') diff --git a/system/gcc/libgo-musl-1.2.3.patch b/system/gcc/libgo-musl-1.2.3.patch new file mode 100644 index 000000000..15a4229f4 --- /dev/null +++ b/system/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` -- cgit v1.2.3-60-g2f50