aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--config/var-def.mk4
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index e9f9344d..5c843990 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-08-08 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
+ * config/var-def.mk (CXXCOMPILE): Specify TAG.
+ (COMPILE): Likewise.
+
2010-07-29 Gabriel Dos Reis <gdr@cs.tamu.edu>
Support C++ as implementation language.
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