Merge pull request #19410 from tophj-ibm/add-gccgo-target-to-makefile
Add gccgo target to Makefile Upstream-commit: a7652ad2764f56d5a960f87e110f9fb34641a800 Component: engine
This commit is contained in:
@ -91,6 +91,9 @@ deb: build
|
||||
docs:
|
||||
$(MAKE) -C docs docs
|
||||
|
||||
gccgo: build
|
||||
$(DOCKER_RUN_DOCKER) hack/make.sh gccgo
|
||||
|
||||
rpm: build
|
||||
$(DOCKER_RUN_DOCKER) hack/make.sh dynbinary build-rpm
|
||||
|
||||
|
||||
Reference in New Issue
Block a user