aboutsummaryrefslogtreecommitdiff
path: root/src/lisp
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2010-11-27 19:49:48 +0000
committerdos-reis <gdr@axiomatics.org>2010-11-27 19:49:48 +0000
commitd9d1578c937658aea790f713ec93a486a1a92478 (patch)
treec469af6ec79d71232a3c98ad2fdd787ca746caae /src/lisp
parentde08bcc30c5b206e7a2a0750d5636c9d5145033a (diff)
downloadopen-axiom-d9d1578c937658aea790f713ec93a486a1a92478.tar.gz
* lisp/Makefile.in (GCL_LTCC): Specify the tag.
(GCL_LTLD): Likewise.
Diffstat (limited to 'src/lisp')
-rw-r--r--src/lisp/Makefile.in4
1 files changed, 2 insertions, 2 deletions
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