1. Updated to git HEAD bd2862080c7f55450a99b5565650c8300512a59a
[feed/telephony.git] / freeswitch / patches / 105-libs-xmlrpc-c-config_mk_in.patch
1 --- a/libs/xmlrpc-c/config.mk.in
2 +++ b/libs/xmlrpc-c/config.mk.in
3 @@ -335,8 +335,8 @@ endif
4  # The cross compiling user can update config.mk or override
5  # BUILDTOOL_CC on a make command.
6  
7 -BUILDTOOL_CC = $(CC)
8 -BUILDTOOL_CCLD = $(CCLD)
9 +BUILDTOOL_CC = $(HOSTCC)
10 +BUILDTOOL_CCLD = $(HOSTCC)
11  
12  # Here are the commands 'make install' uses to install various kinds of files:
13