Skip to content
Snippets Groups Projects
  1. Jan 24, 2000
  2. Jan 05, 2000
  3. Dec 29, 1999
  4. Dec 22, 1999
  5. Dec 21, 1999
  6. Dec 09, 1999
  7. Dec 08, 1999
    • Simon Marlow's avatar
      [project @ 1999-12-08 10:10:59 by simonmar] · 9c569d63
      Simon Marlow authored
      New make variable: $(WithNofibHc) which defines the Haskell compiler
      used to build nofib.
      
      Define $(GHC_INPLACE) in fptools/mk/config.mk.in.  $(WithNofibHc) is
      set to $(GHC_INPLACE) by default.
      
      Fix $(MKDEPENDHS) in ghc/lib/std/Makefile.
      9c569d63
  8. Dec 07, 1999
  9. Nov 30, 1999
  10. Nov 12, 1999
  11. Oct 27, 1999
  12. Oct 15, 1999
  13. Oct 05, 1999
  14. Jul 26, 1999
  15. Jul 15, 1999
  16. Jun 18, 1999
  17. Jun 16, 1999
    • Simon Marlow's avatar
      [project @ 1999-06-16 09:33:10 by simonmar] · 88e65770
      Simon Marlow authored
      Make use of the $(GhcWithRegisterised) build flag from config.mk.  You
      can now get an unregisterised build by *either*
      
      	- setting GhcWithRegisterised to NO in build.mk, or
      	- adding 'u' to GhcLibWays.
      
      The former will make all compilations unregisterised, whereas the
      latter will require a '-unreg' flag to be passed to the compiler to
      get the unregisterised build.
      88e65770
  18. Jun 08, 1999
  19. May 04, 1999
  20. Jan 24, 1999
  21. Jan 15, 1999
  22. Jan 14, 1999
  23. Jan 10, 1999
  24. Dec 02, 1998
  25. Nov 23, 1998
  26. Aug 19, 1998
  27. Aug 18, 1998
    • sof's avatar
      [project @ 1998-08-18 20:43:35 by sof] · 8fe6e826
      sof authored
      Disregard whatever AC_PROG_LEX comes up with for LEXLIB (e.g., -lfl or not), since all fptools/ flex scripts define their own yywrap() anyway
      8fe6e826
  28. Aug 14, 1998
  29. Aug 10, 1998
  30. Jun 21, 1998
  31. Jun 08, 1998
  32. May 29, 1998
  33. May 27, 1998
  34. May 22, 1998
  35. May 15, 1998
  36. May 07, 1998
    • Simon Marlow's avatar
      [project @ 1998-05-07 12:19:31 by simonm] · c6bed6de
      Simon Marlow authored
      - New option $(StripLibraries) removes local symbols from library objects.
        Turned off by default, as it only works with linkers that support
        the '-x' (remove local symbols) option.
      c6bed6de
  37. Apr 29, 1998
  38. Apr 17, 1998
Loading