aboutsummaryrefslogtreecommitdiffstats
path: root/makeopts.in
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2010-06-04 19:38:57 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2010-06-04 19:38:57 +0000
commitdd34cec80cb9dc70c3e42dfdeb2313588c2cfc0c (patch)
treeb3c14ec8974ef5bae1cac4d6575adf306dcfe72f /makeopts.in
parentd5907e380b154409ba7c3b7cd527cbd1730853a7 (diff)
Build menuselect with the build environment's compiler, not the host (target)'s compiler.
(closes issue #17464) Reported by: pprindeville Tested by: tilghman git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@268050 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'makeopts.in')
-rw-r--r--makeopts.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/makeopts.in b/makeopts.in
index eb667fd5c..7a439c649 100644
--- a/makeopts.in
+++ b/makeopts.in
@@ -4,6 +4,7 @@
CC=@PTHREAD_CC@
HOST_CC=cc
+BUILD_CC=cc
CXX=@CXX@
INSTALL=@INSTALL@