提交 c4634b08 编写于 作者: R Rehas Sachdeva 提交者: Matthew Wilcox

radix tree test suite: Build 32 bit binaries

Add option 'make BUILD=32' for building 32-bit binaries.
Signed-off-by: NRehas Sachdeva <aquannie@gmail.com>
Signed-off-by: NMatthew Wilcox <mawilcox@microsoft.com>
上级 54f4d334
......@@ -10,6 +10,10 @@ ifndef SHIFT
SHIFT=3
endif
ifeq ($(BUILD), 32)
CFLAGS += -m32
endif
targets: mapshift $(TARGETS)
main: $(OFILES)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册