Skip to content
Snippets Groups Projects
Commit ae41ceda authored by David Carlier's avatar David Carlier
Browse files

gcc plugin forcing USEMMAP on Haiku

parent 79598083
No related branches found
No related tags found
No related merge requests found
...@@ -70,11 +70,13 @@ ifeq "$(TEST_MMAP)" "1" ...@@ -70,11 +70,13 @@ ifeq "$(TEST_MMAP)" "1"
endif endif
ifneq "$(shell uname -s)" "Haiku" ifneq "$(shell uname -s)" "Haiku"
LDFLAGS += -lrt LDFLAGS += -lrt
else
CFLAGS_SAFE += -DUSEMMAP=1
endif endif
ifeq "$(shell uname -s)" "SunOS" ifeq "$(shell uname -s)" "SunOS"
PLUGIN_FLAGS += -I/usr/include/gmp PLUGIN_FLAGS += -I/usr/include/gmp
endif endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment