chicken-scheme: version 5.2.0; include compiler 11513/head
authorJeronimo Pellegrini <j_p@aleph0.info>
Thu, 5 Mar 2020 13:30:53 +0000 (10:30 -0300)
committerJeronimo Pellegrini <j_p@aleph0.info>
Fri, 6 Mar 2020 03:06:01 +0000 (00:06 -0300)
commit6a559a947240862faf27207ce09d40fa64caa1ac
treeba54f65970ab92c29d7c08da21b39844ef077bcb
parent6cbf42560a59308d5de100e9b199568523ee737f
chicken-scheme: version 5.2.0; include compiler

* The Makefile creates two packages:
  - chicken-scheme-interpreter, same that was created
    with the previous version of the Makefile (except
    that this one includs Chicken 5.2.0);
  - chicken-scheme-full, which includes the compiler,
    debugger, profiler, and module manager.

  The -full package has some peculiarities:
  It is somewhat large, although that is not really
  an issue, since it depends on gcc, which already needs
  more than 100Mb space.
  The binaries are not stripped, because stripped binaries
  seem to break the compiler (generated objects are not
  properly linked). Since the package is large and depends
  on an even larger one, this shouldn't be a problem.

Signed-off-by: Jeronimo Pellegrini <j_p@aleph0.info>
lang/chicken-scheme/Makefile