aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rules/common.mk6
1 files changed, 2 insertions, 4 deletions
diff --git a/rules/common.mk b/rules/common.mk
index 815ce94..38dc39a 100644
--- a/rules/common.mk
+++ b/rules/common.mk
@@ -45,10 +45,8 @@ destdir.$1 = $(workdir)/proto/$1
builddir.$1 = $(workdir)/build/$1
endef
-
-workdir := $(CURDIR)/work
-sourcedir := $(workdir)/source
-$(eval $(call add-variant,64))
+workdir := $(CURDIR)/work
+sourcedir := $(workdir)/source
CC.32 = gcc -m32
CC.64 = gcc -m64