提交 f014620e authored 作者: Michael Jerris's avatar Michael Jerris

fix uclibc cross compile issues (stolen from…

fix uclibc cross compile issues (stolen from http://astlinux.svn.sourceforge.net/viewvc/astlinux/trunk/package/freeswitch/freeswitch-sqlite-make.patch?revision=2455)

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15531 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 bc72d990
...@@ -107,8 +107,8 @@ LIBTOOL = ./libtool ...@@ -107,8 +107,8 @@ LIBTOOL = ./libtool
ALLOWRELEASE = @ALLOWRELEASE@ ALLOWRELEASE = @ALLOWRELEASE@
# libtool compile/link/install # libtool compile/link/install
LTCOMPILE = $(LIBTOOL) --mode=compile $(TCC) LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(TCC)
LTLINK = $(LIBTOOL) --mode=link $(TCC) LTLINK = $(LIBTOOL) --tag=CC --mode=link $(TCC)
LTINSTALL = $(LIBTOOL) --mode=install $(INSTALL) LTINSTALL = $(LIBTOOL) --mode=install $(INSTALL)
# nawk compatible awk. # nawk compatible awk.
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论