
1 Mar
2007
1 Mar
'07
8:58 a.m.
Thu Mar 1 04:03:30 PST 2007 sven.panne@aedion.de * Fixed ARCH confusion
When ghc_floats.c is compiled, we do *not* use ARCH flags like -m32, because this code is linked to code compiled by GHC, which uses the native ABI.
*Nod*.
The correct way to compile ghc_floats.c would be using GHC itself, because then ABI compability is guaranteed. Due to my limited knowledge of nhc98's build system, I leave this to Malcolm...
That would make sense. Regards, Malcolm