From 2f0bd9f3cacc40aaafc784788030c6f244588e3f Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Sun, 17 Sep 2006 22:58:51 +0000 Subject: 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 --- build.mak.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.mak.in') 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@ -- cgit v1.2.3