From: Kai Backman Date: Fri, 13 Nov 2009 00:12:28 +0000 (-0800) Subject: fix style nit ignored in previous cl X-Git-Tag: weekly.2009-11-17~90 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=a23746ea65249ffde38290709d9ab0873a28b19e;p=gostls13.git fix style nit ignored in previous cl R=rsc https://golang.org/cl/152110 --- diff --git a/src/pkg/runtime/Makefile b/src/pkg/runtime/Makefile index e31073cf27..08bf278ef4 100644 --- a/src/pkg/runtime/Makefile +++ b/src/pkg/runtime/Makefile @@ -28,7 +28,7 @@ OFILES_386=\ vlop.$O\ vlrt.$O\ -GOARM ?= 6 +GOARM?=6 # arm-specific object files OFILES_arm=\