mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-28 09:31:14 +00:00
radix tree test suite: Build 32 bit binaries
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>
This commit is contained in:
parent
54f4d3341c
commit
c4634b08d9
1 changed files with 4 additions and 0 deletions
|
@ -10,6 +10,10 @@ ifndef SHIFT
|
||||||
SHIFT=3
|
SHIFT=3
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BUILD), 32)
|
||||||
|
CFLAGS += -m32
|
||||||
|
endif
|
||||||
|
|
||||||
targets: mapshift $(TARGETS)
|
targets: mapshift $(TARGETS)
|
||||||
|
|
||||||
main: $(OFILES)
|
main: $(OFILES)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue