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
    • Simon Marlow's avatar
      [project @ 2000-11-02 13:36:44 by simonmar] · 31c886b4
      Simon Marlow authored
      Remove GhcWithRegisterised since it isn't used.  It might be
      re-instated later if/when we decide on the right way to implement it.
      31c886b4
  5. Oct 31, 2000
  6. Oct 13, 2000
  7. Oct 03, 2000
  8. Sep 10, 2000
  9. Sep 05, 2000
    • Simon Marlow's avatar
      [project @ 2000-09-05 12:31:04 by simonmar] · acedd0b2
      Simon Marlow authored
      No need to set TMPDIR in BUILD_LIB now.  Perhaps this was a workaround
      for the previous bug.
      acedd0b2
    • Simon Marlow's avatar
      [project @ 2000-09-05 10:16:40 by simonmar] · 5a574720
      Simon Marlow authored
      Rename the make variable TMPDIR to DEFAULT_TMPDIR.  This fixes the
      problem that saying 'TMPDIR=/foo make' in an fptools tree didn't work,
      because GNU make is in the habit of overriding an environment variable
      with the value of the corresponding make variable in a sub-process.
      5a574720
  10. Jul 21, 2000
  11. Jul 19, 2000
  12. Jul 18, 2000
  13. Jul 17, 2000
  14. Jun 30, 2000
  15. Jun 29, 2000
  16. Jun 20, 2000
    • Simon Marlow's avatar
      [project @ 2000-06-20 11:20:50 by simonmar] · 236c8996
      Simon Marlow authored
      mkdependHS doesn't understand the -o option anymore; instead it grokss
      ghc's -osuf option.  We never really used this, and it behaves
      strangely when mixed with -s, but at least now it doesn't conflict
      with GHC's -opt<blah> options.
      236c8996
  17. Jun 17, 2000
  18. Jun 08, 2000
  19. Jun 01, 2000
  20. May 31, 2000
  21. May 26, 2000
  22. May 18, 2000
  23. May 12, 2000
  24. May 10, 2000
  25. May 09, 2000
Loading