1.0.43.15: use gcc-3 compiler in Cygwin for runtime too
authorNikodemus Siivola <nikodemus@random-state.net>
Sun, 3 Oct 2010 08:42:37 +0000 (08:42 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Sun, 3 Oct 2010 08:42:37 +0000 (08:42 +0000)
GCC-4.x can not compile with -mno-cygwin; running gcc -mno-cygwin prints
a message advising to use mingw cross-compiler.

Patch by Kalyanov Dmitry.

src/runtime/Config.x86-win32
version.lisp-expr

index 2eac98b..b341808 100644 (file)
@@ -34,7 +34,7 @@ CFLAGS =  -g -Wall -O3 -mno-cygwin
 ASFLAGS = $(CFLAGS)
 
 CPP = cpp
-CC = gcc
+CC = gcc-3
 LD = ld
 NM = nm
 
index 0121a5e..5145eea 100644 (file)
@@ -17,4 +17,4 @@
 ;;; checkins which aren't released. (And occasionally for internal
 ;;; versions, especially for internal versions off the main CVS
 ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"1.0.43.14"
+"1.0.43.15"