aboutsummaryrefslogtreecommitdiffstats
path: root/makeopts.in
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2010-06-04 19:40:42 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2010-06-04 19:40:42 +0000
commitc34d64a98195de6bfd064fcd28b911544fc8f3fa (patch)
treed4478577f6c5a8bdbf652ef7055e5a636cf53d0d /makeopts.in
parent25291334a96f70c63ab1ca7fa05d85a057f795aa (diff)
Merged revisions 268051 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ................ r268051 | tilghman | 2010-06-04 14:40:00 -0500 (Fri, 04 Jun 2010) | 13 lines 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/branches/1.6.2@268052 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 1be2f05e0..85c54d776 100644
--- a/makeopts.in
+++ b/makeopts.in
@@ -4,6 +4,7 @@
CC=@PTHREAD_CC@
HOST_CC=cc
+BUILD_CC=cc
CXX=@CXX@
INSTALL=@INSTALL@