Mon Jul 14 11:02:59 EDT 2008 Duncan Coutts <du...@ha...>
* We do not need -fvia-C just because we are using -fffi
It used to be recommended practise but no longer.
In addition -fvia-C causes problems on ppc32.
hunk ./Makefile.am 220
-tools_c2hs_toplevel_C2HSConfig_hs_HCFLAGS = -fffi -fvia-C \
- '-\#include<c2hs_config.h>'
+tools_c2hs_toplevel_C2HSConfig_hs_HCFLAGS = -fffi '-\#include<c2hs_config.h>'
|