summaryrefslogtreecommitdiff
path: root/configure-iphone
diff options
context:
space:
mode:
authorLiong Sauw Ming <ming@teluu.com>2011-03-18 04:24:31 +0000
committerLiong Sauw Ming <ming@teluu.com>2011-03-18 04:24:31 +0000
commita68e0257ef0b14151b5cba3a44ce043586df96cd (patch)
treeb59693135281cb67444e56ed5393b770e6e3614e /configure-iphone
parent8fac96dc3b09b5223d21e391f8b6751879ea0c0e (diff)
Fixed #1218: Modify configure-iphone to use the latest version of gcc
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@3462 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'configure-iphone')
-rwxr-xr-xconfigure-iphone2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure-iphone b/configure-iphone
index 839452ac..6f7a281f 100755
--- a/configure-iphone
+++ b/configure-iphone
@@ -77,7 +77,7 @@ if test "${CC}" = ""; then
gccpath="${DEVPATH}/usr/bin/${archname}-gcc-${gccver}"
if test -e ${gccpath}; then
export CC="${gccpath}"
- break
+# break
fi
done
if test ! "${CC}" = ""; then