|
@@ -54,6 +54,8 @@ else ifeq ($(BR2_mips64),y)
|
|
GO_GOARCH = mips64
|
|
GO_GOARCH = mips64
|
|
else ifeq ($(BR2_mips64el),y)
|
|
else ifeq ($(BR2_mips64el),y)
|
|
GO_GOARCH = mips64le
|
|
GO_GOARCH = mips64le
|
|
|
|
+else ifeq ($(BR2_s390x),y)
|
|
|
|
+GO_GOARCH = s390x
|
|
endif
|
|
endif
|
|
|
|
|
|
# For the convienience of target packages.
|
|
# For the convienience of target packages.
|