]> Cypherpunks repositories - gostls13.git/commit
cmd/go, runtime: express armv5t architecture constraint differently
authorCarl Shapiro <cshapiro@google.com>
Tue, 8 Oct 2013 17:40:51 +0000 (10:40 -0700)
committerCarl Shapiro <cshapiro@google.com>
Tue, 8 Oct 2013 17:40:51 +0000 (10:40 -0700)
commit254dc5fdbee675ca7c85f7b76247313b7b356dee
treeb74fa9050c3e60942747f17d18b1681d256eda8c
parentfa9fad4b69e922728cc6ae28905c3c090426839c
cmd/go, runtime: express armv5t architecture constraint differently

Instead of adding an -march=armv5t flag to the gcc command
line, the same effect is obtained with an ".arch armv5t"
pseudo op in the assembly file that uses armv5t instructions.

R=golang-dev, iant, dave
CC=golang-dev
https://golang.org/cl/14511044
src/cmd/go/build.go
src/pkg/runtime/cgo/gcc_arm.S