Skip to content
Snippets Groups Projects
Commit 2ab559c4 authored by Raymond Toy's avatar Raymond Toy
Browse files

Remove -DRELOCATABLE_STACK_START

This is now handled by the runtime feature :relocatable-stacks
parent 7bab5262
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ include Config.x86_common
# you have the 10.5 SDK available.
MIN_VER = -mmacosx-version-min=10.5
CPPFLAGS += -DDARWIN $(MIN_VER) -m32 -DRELOCATABLE_STACK_START
CPPFLAGS += -DDARWIN $(MIN_VER) -m32
CFLAGS += -g3 -mtune=generic
ASFLAGS += -g3 $(MIN_VER)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment