sewardj 2001/08/17 05:43:24 PDT
Modified files:
ghc/compiler/main SysTools.lhs
Log:
On 4.08.X compilers, just make rawSystem be System.system. This is
so we can still build stage1s with 4.08.X. It won't work on Win32
but the minimum compiler to build a stage1 for Win32 is 5.01 AFAICS.
Revision Changes Path
1.54 +14 -1 fptools/ghc/compiler/main/SysTools.lhs