Minor fixes for makefile.tmpl

This commit is contained in:
def
2017-06-20 21:33:49 +02:00
parent fd5ddab581
commit 245a1fe8d7

View File

@@ -45,7 +45,7 @@ ifeq ($(uos),darwin)
CC = clang
LINKER = clang
LINK_FLAGS += -ldl -lm
ifeq ($HOSTTYPE,x86_64)
ifeq ($(HOSTTYPE),x86_64)
ucpu = amd64
endif
endif
@@ -130,7 +130,7 @@ ifeq ($(ucpu),armv6l)
mycpu = arm
endif
ifndef ucpu
$(error unknown processor : $(ucpu))
$(error unknown processor: $(ucpu))
endif
# for osA in 1..c.oses.len: