X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=contrib%2Fasdf-module.mk;fp=contrib%2Fasdf-module.mk;h=6bf4a36bcb017ce944821f34e8ce1bce1574eebd;hb=0d67e11363ce91e7f3d4d196d447add7acb67289;hp=b6edb51e83ff87f4fcdc2bd6790b0aa32cdea317;hpb=ded7da3c8971fd0c04830496199e366a6df83a18;p=sbcl.git diff --git a/contrib/asdf-module.mk b/contrib/asdf-module.mk index b6edb51..6bf4a36 100644 --- a/contrib/asdf-module.mk +++ b/contrib/asdf-module.mk @@ -15,6 +15,8 @@ ifeq (SunOS,$(UNAME)) endif ifeq (CYGWIN,$(findstring CYGWIN,$(UNAME))) EXTRA_CFLAGS=-mno-cygwin + # GCC 4.x doesn't accept -mno-cygwin. + 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.