|
@@ -26,8 +26,10 @@ else ifeq ($(BR2_i386),y)
|
|
|
GO_GOARCH = 386
|
|
|
else ifeq ($(BR2_x86_64),y)
|
|
|
GO_GOARCH = amd64
|
|
|
-else ifeq ($(BR2_powerpc),y)
|
|
|
+else ifeq ($(BR2_powerpc64),y)
|
|
|
GO_GOARCH = ppc64
|
|
|
+else ifeq ($(BR2_powerpc64le),y)
|
|
|
+GO_GOARCH = ppc64le
|
|
|
endif
|
|
|
|
|
|
HOST_GO_DEPENDENCIES = host-go-bootstrap
|