diff options
author | Kai Backman <kaib@golang.org> | 2009-11-12 16:12:28 -0800 |
---|---|---|
committer | Kai Backman <kaib@golang.org> | 2009-11-12 16:12:28 -0800 |
commit | 69236a9cd4cf1f090c64c06027d6faee1fe779ab (patch) | |
tree | 78b262c9e6191559b4bc77eefc1f61f4453252b4 /src | |
parent | f71341d7ff3141c8aa67ddbea9e61560a5fc7cbe (diff) | |
download | golang-69236a9cd4cf1f090c64c06027d6faee1fe779ab.tar.gz |
fix style nit ignored in previous cl
R=rsc
http://codereview.appspot.com/152110
Diffstat (limited to 'src')
-rw-r--r-- | src/pkg/runtime/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/runtime/Makefile b/src/pkg/runtime/Makefile index e31073cf2..08bf278ef 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=\ |