Skip to content

Commit 898bf41

Browse files
committed
Remove android/arm from 1.4/cross since it's nontrivial to get the -marm compiler backend for it
1 parent 281dec1 commit 898bf41

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

1.4/cross/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ FROM golang:1.4rc1
55
# and canonically, see defs_OS_ARCH.h files in src/runtime
66
# https://code.google.com/p/go/source/browse?name=go1.4beta1#hg%2Fsrc%2Fruntime
77
ENV GOLANG_CROSSPLATFORMS \
8-
android/arm \
98
darwin/386 darwin/amd64 \
109
dragonfly/386 dragonfly/amd64 \
1110
freebsd/386 freebsd/amd64 freebsd/arm \
@@ -17,6 +16,9 @@ ENV GOLANG_CROSSPLATFORMS \
1716
solaris/amd64 \
1817
windows/386 windows/amd64
1918

19+
# TODO gcc: error: unrecognized command line option '-marm'
20+
# android/arm \
21+
2022
# ls src/runtime/defs_*_*.h | sed -r 's!^.*/defs_([^_]+)_([^_]+)[.]h$!\1/\2!'
2123

2224
# (set an explicit GOARM of 5 for maximum ARM compatibility)

0 commit comments

Comments
 (0)