Build the 64-bit Windows binaries on Ubuntu

This commit is contained in:
Palmer Dabbelt 2017-06-08 14:50:06 -07:00
parent 0d86772994
commit f9e5a3b9fc
1 changed files with 2 additions and 1 deletions

View File

@ -17,8 +17,9 @@ NATIVE ?= $(REDHAT)
AUTORECONF ?= autoreconf268 AUTORECONF ?= autoreconf268
all: redhat all: redhat
else ifeq ($(DISTRIB_ID),Ubuntu) else ifeq ($(DISTRIB_ID),Ubuntu)
NATIVE ?= $(REDHAT) NATIVE ?= $(UBUNTU)
all: ubuntu all: ubuntu
all: win64
else else
$(error Unknown host) $(error Unknown host)
endif endif