aboutsummaryrefslogtreecommitdiffstats
path: root/makeopts.in
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2010-06-04 19:40:00 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2010-06-04 19:40:00 +0000
commiteb34747df37c71abad0884b073a5c2662132b2da (patch)
tree89bf36e080949643b8b686c0e70d544006d1277e /makeopts.in
parentcc96fa6149165b0bc68d737627f9ecc40236cdb8 (diff)
Merged revisions 268050 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r268050 | tilghman | 2010-06-04 14:38:57 -0500 (Fri, 04 Jun 2010) | 6 lines 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/trunk@268051 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 841af16d0..dba6d1135 100644
--- a/makeopts.in
+++ b/makeopts.in
@@ -4,6 +4,7 @@
CC=@PTHREAD_CC@
HOST_CC=cc
+BUILD_CC=cc
CXX=@CXX@
INSTALL=@INSTALL@