- Aug 14, 2007
-
-
rtoy authored
appears to be created successfully, and you can do things, but it is not usable. lisp/elf.h: o Set C_COMPILER to either "cc" or "gcc". We use gcc everywhere, except if the C compiler is Sun C on sparc. lisp/elf.c: o Print out C_COMPILER as the first arg to the linker script. tools/linker.sh: o Rearrange code so test for number of args is done first. o Look at the first arg to determine the C compiler used. If gcc, use the original code. Add new code to support Sun C.
-
- Aug 02, 2007
-
-
rtoy authored
specified in CLtL2 are implemented yet. These functions live in the EXTENSIONS package. code/env-access.lisp: o The implementation. (Based on code from SBCL) code/exports.lisp: o Export the symbols from the EXTENSIONS package. o Import them into the C package. tools/worldcom.lisp: o Compile env-access.lisp; tools/worldload.lisp: o Load env-access.
-
- Jul 25, 2007
-
-
rtoy authored
-
- Jul 24, 2007
-
-
rtoy authored
-
rtoy authored
created and will run, but you can't load new files. Still needs work. src/exec-init.c: o New file that defines builtin_image_flag and initial_function_addr, instead of being defined in lisp.c code/sunos-os.lisp: o Register the :executable feature if needed. lisp/GNUmakefile: o Add exec-init.c to list of src files. o Remove exec-init.o from lisp.a when building on Solaris. lisp/elf.c: o Port the elf code to Solaris. - Basically set up the correct values for the elf header and sections. - The ELF core sections on Solaris don't have valid addresses so we explicitly set them when mapping the core sections. lisp/elf.h o Use SOLARIS instead of sparc. lisp/lisp.c: o builtin_image_flag and initial_function_addr moved to exec-init.c. tools/linker.sh: o Support Solaris tools/make-main-dist.sh: o Support Solaris tools/SunOS-cmucl-linker-script: o New file for SunOS executable.
-
- Jul 23, 2007
-
-
rtoy authored
o Fix typo that was preventing installation of the necessary files for supporting executables.
-
- Jul 18, 2007
-
-
fgilham authored
-
- Jul 17, 2007
-
-
fgilham authored
-
- Jul 12, 2007
- Jul 07, 2007
- Jul 06, 2007
-
-
cshapiro authored
-
- May 26, 2007
-
-
rtoy authored
bootstrap files.
-
- Oct 29, 2006
-
-
cshapiro authored
build process to error.
-
- Aug 17, 2006
-
-
rtoy authored
-
- Aug 11, 2006
-
-
rtoy authored
support, and update *features* to :cmu19c instead of :cmu19a.
-
- Jul 14, 2006
- Jun 30, 2006
-
-
rtoy authored
The merge is from the tag "double-double-irrat-end". The double-double branch is now obsolete. The code should build without double-double support (tested on sparc) as well as build with double-double support (tested also on sparc).
-
- Jan 24, 2006
-
-
rtoy authored
-
- Dec 29, 2005
-
-
rswindells authored
-
- Dec 23, 2005
-
-
pwerkowski authored
-
- Dec 11, 2005
-
-
rtoy authored
o Hack to make move-double-to-int-arg available in OLD-PPC and PPC packages. (Don't know why this is needed but it was.)
-
- Nov 07, 2005
-
-
rtoy authored
-
- Oct 21, 2005
-
-
rtoy authored
-
- Oct 14, 2005
-
-
rtoy authored
now.
-
- Sep 09, 2005
-
-
rtoy authored
o Add -i <n> option to allow you to control whether the build <n> is interactive or not. Default is still non-interactive so the compile is logged to a file. tools/build-world.sh: o Support the -i option from build.sh (by checking to see if the envvar INTERACTIVE was set by build.sh).
-
- Sep 08, 2005
-
-
cshapiro authored
to comf.
-
- Aug 31, 2005
-
-
rtoy authored
-
- Aug 30, 2005
- Jul 13, 2005
- Jul 01, 2005
-
-
rtoy authored
tools/build.sh: o If gmake exists, assume it is GNU make and use it instead of make. tools/create-target.sh: o Auto-detect FreeBSD and use FreeBSD_gencgc as the default config.
-
- Jun 07, 2005
-
-
rtoy authored
-
- Jun 01, 2005
-
-
rtoy authored
user doesn't supply one.
-
- May 27, 2005
-
-
rtoy authored
string.
-
- May 25, 2005
-
-
rtoy authored
-