aboutsummaryrefslogtreecommitdiff
path: root/config/var-def.mk
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2010-08-08 06:59:13 +0000
committerdos-reis <gdr@axiomatics.org>2010-08-08 06:59:13 +0000
commitac11cfb93ce6dff95cd21f3427907ddcbdb771b7 (patch)
tree47a89131669aff9fdb60d7dfc31cd347d20c77c3 /config/var-def.mk
parente426c809441fccb3b3f52ba865fc255eda4417ba (diff)
downloadopen-axiom-ac11cfb93ce6dff95cd21f3427907ddcbdb771b7.tar.gz
* config/var-def.mk (CXXCOMPILE): Specify TAG.
(COMPILE): Likewise.
Diffstat (limited to 'config/var-def.mk')
-rw-r--r--config/var-def.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/var-def.mk b/config/var-def.mk
index 88aa0d4a..a75174d3 100644
--- a/config/var-def.mk
+++ b/config/var-def.mk
@@ -67,8 +67,8 @@ LIBTOOL_DEPS = @LIBTOOL_DEPS@
LIBTOOL = $(top_builddir)/libtool
## Command used to compile a C program
-COMPILE = $(LIBTOOL) --mode=compile $(CC) -c
-CXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) -c
+COMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) -c
+CXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) -c
## Sadly, at the moment, the C parts of the OpenAxiom system is not
## well structured enough to allow for clean dynamic libraries