1.0.27.48: Win32/Cygwin contrib build fix.
[sbcl.git] / contrib / asdf-module.mk
index 6a9aba1..132a25a 100644 (file)
@@ -14,6 +14,10 @@ ifeq (SunOS,$(UNAME))
 endif
 ifeq (CYGWIN,$(findstring CYGWIN,$(UNAME)))
   EXTRA_CFLAGS=-mno-cygwin
+  # SBCL can't read cygwin symlinks, and cygwin likes to symlink
+  # gcc.  To further complicate things, SBCL can't handle cygwin
+  # paths, either.
+  CC:=$(shell cygpath -m $(shell readlink -fn $(shell which $(CC))))
 endif
 
 export CC SBCL EXTRA_CFLAGS EXTRA_LDFLAGS