From 627c7f72f17f06a3b49b876136c24b6c01eae622 Mon Sep 17 00:00:00 2001 From: midipix Date: Mon, 31 Dec 2018 11:48:07 -0500 Subject: project: set ARCH (nt32/nt64) based on CC_BITS. --- project/arch.mk | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'project') diff --git a/project/arch.mk b/project/arch.mk index 7040e88..aa84a15 100644 --- a/project/arch.mk +++ b/project/arch.mk @@ -1,9 +1,5 @@ -# mingw -ifeq ($(ARCH),w32) - ARCH = nt32 -else ifeq ($(ARCH),w64) - ARCH = nt64 -endif +# nt32/nt64 +ARCH = nt$(CC_BITS) # process src/process/%.lo: $(SOURCE_DIR)/src/process/$(ARCH)/%.s $(ALL_HEADERS) host.tag tree.tag -- cgit v1.2.3