diff options
author | dos-reis <gdr@axiomatics.org> | 2010-11-27 19:49:48 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2010-11-27 19:49:48 +0000 |
commit | d9d1578c937658aea790f713ec93a486a1a92478 (patch) | |
tree | c469af6ec79d71232a3c98ad2fdd787ca746caae /src/lisp | |
parent | de08bcc30c5b206e7a2a0750d5636c9d5145033a (diff) | |
download | open-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.in | 4 |
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 |