index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | extra/go/go-x87.patch | 13 |
diff --git a/extra/go/go-x87.patch b/extra/go/go-x87.patch index 0c0a584b..96da987c 100644 --- a/extra/go/go-x87.patch +++ b/extra/go/go-x87.patch @@ -1,15 +1,14 @@ -diff -rauN go/src/buildall.bash go-x87-patch/src/buildall.bash ---- go/src/buildall.bash 2023-04-04 17:38:07.330008547 +0200 -+++ go-x87-patch/src/buildall.bash 2023-04-04 17:39:07.929938685 +0200 -@@ -37,6 +37,7 @@ - +--- go/src/buildall.bash 2024-03-29 15:27:02.000000000 +0000 ++++ buildall.bash 2024-04-07 22:22:43.457800687 +0000 +@@ -42,6 +42,7 @@ gettargets() { - ../bin/go tool dist list | sed -e 's|/|-|' + ../bin/go tool dist list | sed -e 's|/|-|' | + egrep -v '^(android|ios)' # need C toolchain even for cross-compiling + echo linux-386-387 echo linux-arm-arm5 } -@@ -63,11 +64,15 @@ +@@ -68,11 +69,15 @@ echo "### Building $target" export GOOS=$(echo $target | sed 's/-.*//') export GOARCH=$(echo $target | sed 's/.*-//') |