projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ecd954
)
radix tree test suite: Specify -m32 in LDFLAGS too
author
Matthew Wilcox
<
[email protected]
>
Fri, 3 Mar 2017 17:28:37 +0000
(12:28 -0500)
committer
Matthew Wilcox
<
[email protected]
>
Tue, 7 Mar 2017 18:18:24 +0000
(13:18 -0500)
Michael's patch to use the default make rule for linking and the patch
from Rehas to use -m32 if building a 32-bit test-suite on a 64-bit
platform don't work well together.
Reported-by: Rehas Sachdeva <
[email protected]
>
Signed-off-by: Matthew Wilcox <
[email protected]
>
tools/testing/radix-tree/Makefile
patch
|
blob
|
history
diff --git
a/tools/testing/radix-tree/Makefile
b/tools/testing/radix-tree/Makefile
index 4c6289c5d415983afd7b38af51f832b40cdd1e11..6a9480c03cbdfce0ae5e29e32f2cedcc342d66e1 100644
(file)
--- a/
tools/testing/radix-tree/Makefile
+++ b/
tools/testing/radix-tree/Makefile
@@
-13,6
+13,7
@@
endif
ifeq ($(BUILD), 32)
CFLAGS += -m32
+ LDFLAGS += -m32
endif
targets: mapshift $(TARGETS)