darcs patch: Fix #4867, ghci displays negative floats incorrectly

2011-02-10 Thread gwright
1 patch for repository http://darcs.haskell.org/ghc-7.0/ghc: Wed Feb 9 17:24:23 EST 2011 gwri...@antiope.com * Fix #4867, ghci displays negative floats incorrectly This patch fixes the erroneous relocations that caused the bug in ticket #4867. External addresses and global offset tab

darcs patch: Fix #4829 (build does not respect --with-gcc option)

2010-12-21 Thread gwright
1 patch for repository http://darcs.haskell.org/ghc-7.0/ghc: Tue Dec 21 08:32:33 EST 2010 gwri...@antiope.com * Fix #4829 (build does not respect --with-gcc option) This patch fixes what seems to be the last problem with the --with-gcc option. On OS X, we need to pass the path to gcc to

darcs patch: Filter out -optP-traditional from cmm build options

2010-12-06 Thread gwright
1 patch for repository http://darcs.haskell.org/ghc-7.0/ghc: Mon Dec 6 15:04:13 EST 2010 gwri...@antiope.com * Filter out -optP-traditional from cmm build options The build fails if SRC_HC_OPTS contains -optP-traditional because making .cmm files requires stripping out comments, which t