aboutsummaryrefslogtreecommitdiff
path: root/config/var-def.mk
diff options
context:
space:
mode:
Diffstat (limited to 'config/var-def.mk')
-rw-r--r--config/var-def.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/var-def.mk b/config/var-def.mk
index a75174d3..6de145ed 100644
--- a/config/var-def.mk
+++ b/config/var-def.mk
@@ -75,7 +75,7 @@ CXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) -c
## and dynamic linking. So, we build static programs.
## This situation is to be fixed when I have time.
LINK = $(LIBTOOL) --mode=link $(CC) -static
-CXXLINK = $(LIBTOOL) --mode=link $(CXX) -static
+CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXX) -static
## Libtool is a disaster for building DLLs on Cygwin, and insists
## on adding silly extensions where it should not on MinGW, so we have