summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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