Skip to content
Snippets Groups Projects
  1. Sep 30, 2017
  2. Mar 05, 2017
  3. Dec 27, 2016
    • Raymond Toy's avatar
      Use the default version if possible · f6a7beae
      Raymond Toy authored
      If -V isn't given, try to use the default, if possible.
      f6a7beae
    • Raymond Toy's avatar
      Make sure version is specified. · 54eceec9
      Raymond Toy authored
      The version must either be computed using the defaults or must be
      given by the -V option.  Otherwise make-main-dist doesn't know what to
      do without a version.
      54eceec9
    • Raymond Toy's avatar
      Replace version arch os args with switches · 96739d95
      Raymond Toy authored
      The positional version, arch, and os args are now commandline
      switches.  This allows the user to specify arch and os names, for
      example, without specifying a version.  This allows the version to be
      defaulted.  Previously, the version had to be specified if arch or os
      were desired.  
      
      The original default values are used if these options aren't given.
      96739d95
  4. Dec 11, 2016
  5. 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
  6. Dec 26, 2015
  7. Nov 01, 2015
  8. Oct 11, 2015
  9. 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
  10. Jun 12, 2015
  11. May 19, 2015
  12. May 10, 2015
  13. May 08, 2015
  14. May 07, 2015
  15. Apr 25, 2015
  16. Apr 22, 2015
  17. 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
  18. Dec 03, 2014
  19. Dec 01, 2014
  20. Sep 12, 2014
  21. May 08, 2014
  22. Mar 30, 2014
  23. Jan 05, 2014
  24. Nov 07, 2013
  25. Sep 12, 2013
  26. Sep 09, 2013
  27. May 27, 2013
  28. May 05, 2013
  29. May 04, 2013
  30. May 03, 2013
Loading