[cvs-nhc98] patch applied (nhc98): Fixed ARCH confusion

Sven Panne Sven.Panne at aedion.de
Thu Mar 1 07:11:37 EST 2007


Thu Mar  1 04:03:30 PST 2007  sven.panne at 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.
  
  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...

    M ./src/compiler98/Makefile -1 +1


More information about the Cvs-nhc98 mailing list