projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54f4d33
)
radix tree test suite: Build 32 bit binaries
author
Rehas Sachdeva
<aquannie@gmail.com>
Mon, 27 Feb 2017 13:49:00 +0000
(08:49 -0500)
committer
Matthew Wilcox
<mawilcox@microsoft.com>
Tue, 7 Mar 2017 18:18:21 +0000
(13:18 -0500)
Add option 'make BUILD=32' for building 32-bit binaries.
Signed-off-by: Rehas Sachdeva <aquannie@gmail.com>
Signed-off-by: Matthew Wilcox <mawilcox@microsoft.com>
tools/testing/radix-tree/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/tools/testing/radix-tree/Makefile
b/tools/testing/radix-tree/Makefile
index f11315bedefc3d68152bef22da0f8ab60f8c5be6..b59c2a9ef778ed946bb218687dfd48d68f1ef510 100644
(file)
--- a/
tools/testing/radix-tree/Makefile
+++ b/
tools/testing/radix-tree/Makefile
@@
-10,6
+10,10
@@
ifndef SHIFT
SHIFT=3
endif
+ifeq ($(BUILD), 32)
+ CFLAGS += -m32
+endif
+
targets: mapshift $(TARGETS)
main: $(OFILES)