Skip to content

Commit

Permalink
radix tree test suite: Build 32 bit binaries
Browse files Browse the repository at this point in the history
Add option 'make BUILD=32' for building 32-bit binaries.

Signed-off-by: Rehas Sachdeva <[email protected]>
Signed-off-by: Matthew Wilcox <[email protected]>
  • Loading branch information
rehassachdeva authored and Matthew Wilcox committed Mar 7, 2017
1 parent 54f4d33 commit c4634b0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/testing/radix-tree/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ ifndef SHIFT
SHIFT=3
endif

ifeq ($(BUILD), 32)
CFLAGS += -m32
endif

targets: mapshift $(TARGETS)

main: $(OFILES)
Expand Down

0 comments on commit c4634b0

Please sign in to comment.