Skip to content
Snippets Groups Projects
  1. May 14, 2016
    • Raymond Toy's avatar
      Add -X flag · d003a224
      Raymond Toy authored
      When -X is given (break) just before quiting the cross-compilation.
      This allows for some debugging of the cross-compiled result.
      d003a224
  2. Dec 26, 2015
  3. Nov 01, 2015
  4. Oct 11, 2015
  5. Oct 05, 2015
    • Raymond Toy's avatar
      Support asdf's static-image-op. · 20abbd7c
      Raymond Toy authored
      * src/lisp/GNUMakefile
          * Don't add exec-final.o to lisp.a.  (But still remove exec-init.o
            from it.)
      * src/tools/linker.sh
          * When linking the executable, need to link exec-final.o too.
      * bin/make-main-dist.sh
          * Need to install exec-init.o and exec-final.o.  exec-init.o is
            needed to link a normal lisp; exec-final.o is used for the
            executable image.
          * Fix modes on some installed files.  exec-init.o, exec-final.o,
            and lisp.a don't need to be executable.
      20abbd7c
  6. Jun 12, 2015
  7. May 19, 2015
  8. May 10, 2015
  9. May 08, 2015
  10. May 07, 2015
  11. Apr 25, 2015
  12. Apr 22, 2015
  13. Apr 17, 2015
    • Raymond Toy's avatar
      Install the asdf docs too. · 48c324f4
      Raymond Toy authored
      Also, install the asdf/defsystem sources before the fasls so that the
      fasls have a newer timestamp than the source.
      48c324f4
  14. Dec 03, 2014
  15. Dec 01, 2014
  16. Sep 12, 2014
  17. May 08, 2014
  18. Mar 30, 2014
  19. Jan 05, 2014
  20. Nov 07, 2013
  21. Sep 12, 2013
  22. Sep 09, 2013
  23. May 27, 2013
  24. May 05, 2013
  25. May 04, 2013
  26. May 03, 2013
  27. Apr 14, 2013
  28. Apr 13, 2013
  29. Mar 10, 2013
  30. Mar 05, 2013
  31. Feb 02, 2013
    • Raymond Toy's avatar
      Make the version arg optional. · e7999980
      Raymond Toy authored
      If the version is not specified, determine a default version based on
      the git hash returned by git describe.  Thus, for tagged snapshot
      builds, the version will automatically be chosen from the tag, with
      "snapshot-" removed.
      e7999980
  32. Dec 26, 2012
    • Raymond Toy's avatar
      Add :alien-callback to *faatures* for platforms that support it. · 02f4566a
      Raymond Toy authored
      bootfiles/20d/boot-2012-12-1.lisp::
        Add :alien-callback to *features*
      
      bin/build.sh::
        Change bootstrap directory to 20d.
      
      code/lispinit.lisp::
        * Register :alien-callback feature if enabled.
        * Heap overflow checking depends on gencgc, so register that only if
          both are enabled.
      
      tools/comcom.lisp::
        Compile c-callback only if :alien-callback is a feature.
      
      tools/worldcom.lisp:
        Compile alien-callback onlf if :alien-callback is a feature.
      02f4566a
  33. Nov 18, 2012
  34. Oct 27, 2012
Loading