- Feb 27, 2023
-
-
Raymond Toy authored
-
- Sep 01, 2018
-
-
Raymond Toy authored
-
- Aug 28, 2018
-
-
Raymond Toy authored
This was used to selecte whether we were building for x87 or sse2, but we dropped support for x87 a long while ago. Remove this var.
-
- Aug 25, 2018
-
-
Raymond Toy authored
Add `Config.x86_linux_clang` to use clang instead of gcc to build cmucl. update `create-target.sh` so that it sets the motif variant correctly when using `Config.x86_linux_clang` See issue #68. With this config, Fedora 28 successfully builds cmucl and passes all the tests.
-
- Mar 03, 2018
-
-
Raymond Toy authored
The tests create some files in /tmp. Remove them when the test script ends so that we get a clean directory. I think this fixes the issue with the osx-runner sometimes failing because it can't remove the temp files that I created locally when testing locally.
-
- Jan 27, 2018
-
-
Raymond Toy authored
-
- Jan 24, 2018
-
-
Raymond Toy authored
bin/build-utils.sh: * Temporarily turn off -batch clx/dependent.lisp: * WITH-ARRAY-DATA is in the LISP package, not KERNEL clx/provide.lisp: * For cmucl, don't compile anything else after (provide :clx)
-
- Dec 20, 2017
-
-
Raymond Toy authored
Bootstrap files are from 21c directory instead of 21b.
-
- Sep 30, 2017
-
-
Raymond Toy authored
Add the tests given in issue #45.
-
- Mar 05, 2017
-
-
Raymond Toy authored
Use boot-2017-01-1.lisp to bootstrap this change You'll still have to use the CLOBBER-IT restart when loading new-assem in the first build. Afterwards, it should be fine.
-
- Dec 27, 2016
-
-
Raymond Toy authored
If -V isn't given, try to use the default, if possible.
-
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.
-
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.
-
- Dec 11, 2016
-
-
Raymond Toy authored
Make motif variant default to solaris_sunc when sparc64_sunc is the lisp variant.
-
- May 14, 2016
-
-
Raymond Toy authored
When -X is given (break) just before quiting the cross-compilation. This allows for some debugging of the cross-compiled result.
-
- Dec 26, 2015
-
-
Raymond Toy authored
This makes it quite a bit easier to run the test suite instead of trying to remember exactly how to invoke it from the command line.
-
- Nov 01, 2015
-
-
Raymond Toy authored
Remove the execute bits from these files because they're not executables.
-
- Oct 11, 2015
-
-
Raymond Toy authored
-
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.
-
Raymond Toy authored
-
- Oct 05, 2015
-
-
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.
-
- Jun 12, 2015
-
-
Raymond Toy authored
-
- May 19, 2015
-
-
Raymond Toy authored
contrib.
-
- May 10, 2015
-
-
Raymond Toy authored
-
- May 08, 2015
-
-
Raymond Toy authored
-
Raymond Toy authored
friends. The command line args aren't relevant to lisp.
-
- May 07, 2015
-
-
Raymond Toy authored
-
- Apr 25, 2015
-
-
Raymond Toy authored
-
- Apr 22, 2015
-
-
Raymond Toy authored
-
Raymond Toy authored
-
- Apr 17, 2015
-
-
Raymond Toy authored
Also, install the asdf/defsystem sources before the fasls so that the fasls have a newer timestamp than the source.
-
- Dec 03, 2014
-
-
Raymond Toy authored
-
- Dec 01, 2014
-
-
Raymond Toy authored
we'll ever install motif on that machine.
-
- Sep 12, 2014
-
-
Raymond Toy authored
-
- May 08, 2014
-
-
Raymond Toy authored
* boot-2014-05-1: * Bootstrap file to unuse the package * build.sh: * Update verison to 20e so we use the correct directory for bootstrap files.
-
- Mar 30, 2014
-
-
Raymond Toy authored
* Command-line options allowing building for x87 are gone. * Don't try to install x86f fasls.
-
- Jan 05, 2014
-
-
Raymond Toy authored
-
- Nov 07, 2013
-
-
Raymond Toy authored
-
- Sep 12, 2013
-
-
Raymond Toy authored
-
Raymond Toy authored
-