* gcc-3, not gcc=3. I wonder how I managed to do that.
ifeq (CYGWIN,$(findstring CYGWIN,$(UNAME)))
EXTRA_CFLAGS=-mno-cygwin
# GCC 4.x doesn't accept -mno-cygwin.
- CC:=gcc=3
+ CC:=gcc-3
# SBCL can't read cygwin symlinks, and cygwin likes to symlink
# gcc. To further complicate things, SBCL can't handle cygwin
# paths, either.
;;; 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.13"
+"1.0.43.14"