summaryrefslogtreecommitdiff
path: root/config_host.mk.in
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-11-06 18:59:45 +0100
committerMichael Stahl <mstahl@redhat.com>2013-11-07 01:34:43 +0100
commiteca3dec2047bf675932cc9a6b2ad8acaaf919a24 (patch)
tree6adb76a0d80afbbdac72f1d194535d4573fbfb35 /config_host.mk.in
parent9487456637abc1f26eda26f9e38f260b5f49edc2 (diff)
fdo#42783: remove CPU variable from environment
Replace uses with CPUNAME instead, and get rid of the horrible postgresql patch that worked around environment leakage. Change-Id: I38ccabfc438360524a272901bb9332ea708e274c
Diffstat (limited to 'config_host.mk.in')
-rw-r--r--config_host.mk.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/config_host.mk.in b/config_host.mk.in
index 7b000384a459..4633b6e6dc82 100644
--- a/config_host.mk.in
+++ b/config_host.mk.in
@@ -68,7 +68,6 @@ export COM_GCC_IS_CLANG=@COM_GCC_IS_CLANG@
export CPP_LIBRARY=@CPP_LIBRARY@
export CPPUNIT_CFLAGS=$(gb_SPACE)@CPPUNIT_CFLAGS@
export CPPUNIT_LIBS=$(gb_SPACE)@CPPUNIT_LIBS@
-export CPU=@CPU@
export CPUNAME=@CPUNAME@
export CROSS_COMPILING=@CROSS_COMPILING@
export CURL=@CURL@