Skip to content
Snippets Groups Projects
  1. Nov 07, 2000
  2. Nov 06, 2000
  3. Nov 03, 2000
  4. Nov 02, 2000
    • Simon Marlow's avatar
      [project @ 2000-11-02 14:33:15 by simonmar] · cd39a1cf
      Simon Marlow authored
      Found a better way to do the arch test for $(GhcWithInterpreter), used
      it for $(GhcWithNativeCodeGen) too and removed one $(shell...).
      cd39a1cf
    • Simon Marlow's avatar
      [project @ 2000-11-02 14:27:01 by simonmar] · 803963ad
      Simon Marlow authored
      Cleaning up the configuration/build process.
      
        - New build.mk option: GhcWithInterpreter. It has reasonable
          defaults, and shouldn't need to be overriden (you get the interpreter
          if you're bootstrapping with ghc 4.09+ on an ELF architecture, at
          the moment).
      
        - compilation manager now lives in compiler/compMan.  compiler/ghci
          contains only interpreter-related files.
      
        - WithGhcHc has gone, it now defaults to $(GHC).  This is so that
          we can reliably determine the version of $(GHC) using the stuff that
          configure tells us.  configure gets a new --with-ghc option so you
          can specify which ghc to use.
      803963ad
    • Julian Seward's avatar
      [project @ 2000-11-02 13:58:44 by sewardj] · c1d8b21c
      Julian Seward authored
      Most, but not all changes needed to get CompManager to compile.
      c1d8b21c
Loading