|
@@ -30,6 +30,10 @@ else ifeq ($(BR2_powerpc64),y)
|
|
GO_GOARCH = ppc64
|
|
GO_GOARCH = ppc64
|
|
else ifeq ($(BR2_powerpc64le),y)
|
|
else ifeq ($(BR2_powerpc64le),y)
|
|
GO_GOARCH = ppc64le
|
|
GO_GOARCH = ppc64le
|
|
|
|
+else ifeq ($(BR2_mips64),y)
|
|
|
|
+GO_GOARCH = mips64
|
|
|
|
+else ifeq ($(BR2_mips64el),y)
|
|
|
|
+GO_GOARCH = mips64le
|
|
endif
|
|
endif
|
|
|
|
|
|
HOST_GO_DEPENDENCIES = host-go-bootstrap
|
|
HOST_GO_DEPENDENCIES = host-go-bootstrap
|