head 1.1; access; symbols; locks; strict; comment @# @; 1.1 date 2026.08.22.18.49.07; author bsiegert; state Exp; branches; next ; commitid S80wl0ktjWneiFSG; desc @@ 1.1 log @go: add Go 1.27.0 as lang/go127 To find out what has changed in Go 1.27, read the release notes: https://go.dev/doc/go1.27 @ text @$NetBSD: patch-misc_ios_clangwrap.sh,v 1.1 2026/02/22 15:20:08 bsiegert Exp $ --- misc/ios/clangwrap.sh.orig 2024-06-20 19:20:56.000000000 +0000 +++ misc/ios/clangwrap.sh @@@@ -9,7 +9,7 @@@@ SDK=iphonesimulator PLATFORM=ios-simulator -if [ "$GOARCH" == "arm64" ]; then +if [ "$GOARCH" = "arm64" ]; then CLANGARCH="arm64" else CLANGARCH="x86_64" @