diff options
author | Simon Marlow <marlowsd@gmail.com> | 2008-09-19 13:46:02 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2008-09-19 13:46:02 +0000 |
commit | c3062251034f54944061e816ed018b0b2db1b849 (patch) | |
tree | 13376f17332ac575f637489ed9f6910b9d071225 /rts/Makefile | |
parent | 8f52645bd99ee3e636a34826c0cbfc5939920da1 (diff) | |
download | haskell-c3062251034f54944061e816ed018b0b2db1b849.tar.gz |
On Linux use libffi for allocating executable memory (fixed #738)
Diffstat (limited to 'rts/Makefile')
-rw-r--r-- | rts/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rts/Makefile b/rts/Makefile index 9d5d6ec539..d6a4e4549d 100644 --- a/rts/Makefile +++ b/rts/Makefile @@ -208,6 +208,7 @@ RtsUtils_CC_OPTS += -DGhcEnableTablesNextToCode=$(DQ)$(GhcEnableTablesNextToCode # ffi.h triggers prototype warnings, so disable them here: Interpreter_CC_OPTS += -Wno-strict-prototypes Adjustor_CC_OPTS += -Wno-strict-prototypes +sm/Storage_CC_OPTS += -Wno-strict-prototypes StgCRun_CC_OPTS += -w Typeable_CC_OPTS += -w |