|
|
@ -241,15 +241,15 @@ GO_PKG_INSTALL_ARGS= \ |
|
|
|
-buildvcs=false \
|
|
|
|
-trimpath \
|
|
|
|
-ldflags "all=$(GO_PKG_DEFAULT_LDFLAGS)" \
|
|
|
|
$(if $(GO_PKG_DEFAULT_GCFLAGS),-gcflags "all=$(GO_PKG_DEFAULT_GCFLAGS)") \
|
|
|
|
$(if $(GO_PKG_DEFAULT_ASMFLAGS),-asmflags "all=$(GO_PKG_DEFAULT_ASMFLAGS)") \
|
|
|
|
$(if $(filter $(GO_PKG_ENABLE_PIE),1),-buildmode pie) \
|
|
|
|
$(if $(strip $(GO_PKG_DEFAULT_GCFLAGS)),-gcflags "all=$(GO_PKG_DEFAULT_GCFLAGS)") \
|
|
|
|
$(if $(strip $(GO_PKG_DEFAULT_ASMFLAGS)),-asmflags "all=$(GO_PKG_DEFAULT_ASMFLAGS)") \
|
|
|
|
$(if $(GO_PKG_ENABLE_PIE),-buildmode pie) \
|
|
|
|
$(if $(filter $(GO_ARCH),arm),-installsuffix "v$(GO_ARM)") \
|
|
|
|
$(if $(filter $(GO_ARCH),mips mipsle),-installsuffix "$(GO_MIPS)") \
|
|
|
|
$(if $(filter $(GO_ARCH),mips64 mips64le),-installsuffix "$(GO_MIPS64)") \
|
|
|
|
$(if $(GO_PKG_GCFLAGS),-gcflags "$(GO_PKG_GCFLAGS) $(GO_PKG_DEFAULT_GCFLAGS)") \
|
|
|
|
$(if $(GO_PKG_CUSTOM_LDFLAGS),-ldflags "$(GO_PKG_CUSTOM_LDFLAGS) $(GO_PKG_DEFAULT_LDFLAGS)") \
|
|
|
|
$(if $(GO_PKG_TAGS),-tags "$(GO_PKG_TAGS)") |
|
|
|
$(if $(strip $(GO_PKG_GCFLAGS)),-gcflags "$(GO_PKG_GCFLAGS) $(GO_PKG_DEFAULT_GCFLAGS)") \
|
|
|
|
$(if $(strip $(GO_PKG_CUSTOM_LDFLAGS)),-ldflags "$(GO_PKG_CUSTOM_LDFLAGS) $(GO_PKG_DEFAULT_LDFLAGS)") \
|
|
|
|
$(if $(strip $(GO_PKG_TAGS)),-tags "$(GO_PKG_TAGS)") |
|
|
|
|
|
|
|
define GoPackage/Build/Configure |
|
|
|
$(GO_GENERAL_BUILD_CONFIG_VARS) \
|
|
|
|