From 5fc7cd3a0bc843f1c225fb5d120d4c16cd9e114d Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Wed, 5 Feb 2014 05:52:10 +0000 Subject: Re #1516: fixing multiple inclusions of crtbegin.o and -lgcc in the makefiles. The former causes link errors due to multiple symbols git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4732 74dad513-b988-da41-8d7b-12977e46ad98 --- aconfigure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'aconfigure.ac') diff --git a/aconfigure.ac b/aconfigure.ac index c1a6ff8b..cd71a7ab 100644 --- a/aconfigure.ac +++ b/aconfigure.ac @@ -691,7 +691,7 @@ AC_ARG_ENABLE(video, case $target in *android*) - LIBS="$LIBS -llog -lgcc" + LIBS="$LIBS -llog" ;; arm-apple-darwin*) LIBS="$LIBS -framework UIKit" -- cgit v1.2.3