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 /config | |
parent | e426c809441fccb3b3f52ba865fc255eda4417ba (diff) | |
download | open-axiom-ac11cfb93ce6dff95cd21f3427907ddcbdb771b7.tar.gz |
* config/var-def.mk (CXXCOMPILE): Specify TAG.
(COMPILE): Likewise.
Diffstat (limited to 'config')
-rw-r--r-- | config/var-def.mk | 4 |
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 |