From 051233faeb8e984dc8acf9e19832a62eebee148e Mon Sep 17 00:00:00 2001 From: midipix Date: Dec 31 2018 18:32:03 +0000 Subject: project: set ARCH (nt32/nt64) based on CC_BITS. --- diff --git a/project/arch.mk b/project/arch.mk index 6a3cd59..0a53b83 100644 --- a/project/arch.mk +++ b/project/arch.mk @@ -1,3 +1,6 @@ +# nt32/nt64 +ARCH = nt$(CC_BITS) + src/internal/nolibc/ntux_compiler.lo: $(PROJECT_DIR)/src/internal/nolibc/$(ARCH)/ntux_compiler.s host.tag tree.tag $(CC) -c -o $@ $<