From d9d1578c937658aea790f713ec93a486a1a92478 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Sat, 27 Nov 2010 19:49:48 +0000 Subject: * lisp/Makefile.in (GCL_LTCC): Specify the tag. (GCL_LTLD): Likewise. --- src/lisp/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lisp') diff --git a/src/lisp/Makefile.in b/src/lisp/Makefile.in index 01a68f27..b2b16486 100644 --- a/src/lisp/Makefile.in +++ b/src/lisp/Makefile.in @@ -46,8 +46,8 @@ build_libdir = ./$(top_builddir)/src/lib ## to convince to properly resolve path names to executables. ## Consequently we temporarily give up here, e.g., we don't ## instruct GCL to use Libtool on Windows. -GCL_LTCC = $(if $(findstring mingw, $(target)),"","$(LIBTOOL) --mode=compile ") -GCL_LTLD = $(if $(findstring mingw, $(target)),"","$(LIBTOOL) --mode=link ") +GCL_LTCC = $(if $(findstring mingw, $(target)),"","$(LIBTOOL) --tag=CC --mode=compile ") +GCL_LTLD = $(if $(findstring mingw, $(target)),"","$(LIBTOOL) --tag=CC --mode=link ") ## Again, ideally, we would like GCL to link with the compiled Lisp ## code from core.lisp. However, the general interface compiler::link -- cgit v1.2.3