summaryrefslogtreecommitdiff
path: root/build.mak.in
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2006-09-17 22:58:51 +0000
committerBenny Prijono <bennylp@teluu.com>2006-09-17 22:58:51 +0000
commit2f0bd9f3cacc40aaafc784788030c6f244588e3f (patch)
tree4597dd8a6f9a85d3e4eaf4aab858c21a72c627d8 /build.mak.in
parent1db6352c3ab86c29c66d5eb90f04b0bbe58584c9 (diff)
Fixed incorrect cross compilation settings with the autoconf script.
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@726 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'build.mak.in')
-rw-r--r--build.mak.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.mak.in b/build.mak.in
index 36c2746d..86a4155f 100644
--- a/build.mak.in
+++ b/build.mak.in
@@ -2,7 +2,7 @@
export MACHINE_NAME := auto
export OS_NAME := auto
export HOST_NAME := unix
-export CC_NAME := @CC@
+export CC_NAME := gcc
export TARGET_NAME := @target@
export CROSS_COMPILE := @ac_cross_compile@
export LINUX_POLL := @ac_linux_poll@