summaryrefslogtreecommitdiff
path: root/config_host.mk.in
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-02-26 14:29:17 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-02-26 14:34:31 +0100
commita2dcac011a38294a6acb21ae7c69163fef6b4cef (patch)
tree7dc3189c7b9316dfeef64f218e74c2c7d33c8b0f /config_host.mk.in
parentaf89738d225f756bc37a6ff4fd647622f81e24ef (diff)
New COMPILER_PLUGINS_CXX to specify compiler to build Clang plugins with
...instead of trying to second-guess what to strip off $(CXX) to make it fit. Keep the old way for existing build scripts that rely on it. Change-Id: I145bdcba6d02002a9b653b4deb6e7f5a9c76cc8f
Diffstat (limited to 'config_host.mk.in')
-rw-r--r--config_host.mk.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/config_host.mk.in b/config_host.mk.in
index 8becc9ef4cfb..89081ca0dbf7 100644
--- a/config_host.mk.in
+++ b/config_host.mk.in
@@ -68,6 +68,7 @@ export COMMONS_LOGGING_JAR=@COMMONS_LOGGING_JAR@
export COMMONS_LOGGING_VERSION=@COMMONS_LOGGING_VERSION@
export COMPATH=@COMPATH@
export COMPILER_PLUGINS=@COMPILER_PLUGINS@
+export COMPILER_PLUGINS_CXX=@COMPILER_PLUGINS_CXX@
export COM_IS_CLANG=@COM_IS_CLANG@
export CPPUNIT_CFLAGS=$(gb_SPACE)@CPPUNIT_CFLAGS@
export CPPUNIT_LIBS=$(gb_SPACE)@CPPUNIT_LIBS@