diff options
| author | dos-reis <gdr@axiomatics.org> | 2010-08-08 06:59:13 +0000 |
|---|---|---|
| committer | dos-reis <gdr@axiomatics.org> | 2010-08-08 06:59:13 +0000 |
| commit | ac11cfb93ce6dff95cd21f3427907ddcbdb771b7 (patch) | |
| tree | 47a89131669aff9fdb60d7dfc31cd347d20c77c3 | |
| parent | e426c809441fccb3b3f52ba865fc255eda4417ba (diff) | |
| download | open-axiom-ac11cfb93ce6dff95cd21f3427907ddcbdb771b7.tar.gz | |
* config/var-def.mk (CXXCOMPILE): Specify TAG.
(COMPILE): Likewise.
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | config/var-def.mk | 4 |
2 files changed, 7 insertions, 2 deletions
@@ -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 |
