Skip to content

Commit

Permalink
radix tree test suite: Specify -m32 in LDFLAGS too
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
Matthew Wilcox committed Mar 7, 2017
1 parent 4ecd954 commit f0f3f2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/testing/radix-tree/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ endif

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

targets: mapshift $(TARGETS)
Expand Down

0 comments on commit f0f3f2d

Please sign in to comment.