]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Default back to gcc as it seems clang isn't good for powerpc.
authorRoy Marples <roy@marples.name>
Thu, 2 Feb 2012 23:30:13 +0000 (23:30 +0000)
committerRoy Marples <roy@marples.name>
Thu, 2 Feb 2012 23:30:13 +0000 (23:30 +0000)
configure

index eaf0cef09d1b778fa8b7985c410a091b85ad2512..08d4385e90ae63c1b49e982d7132a393ad4dd175 100755 (executable)
--- a/configure
+++ b/configure
@@ -168,7 +168,7 @@ echo "MANDIR=               $MANDIR" >>$CONFIG_MK
 if [ -z "$CC" ]; then
        printf "Looking for compiler ... "
        for b in $TARGET- ""; do
-               for cc in clang gcc pcc icc cc; do
+               for cc in gcc clang pcc icc cc; do
                        if type $b$cc >/dev/null 2>&1; then
                                CC=$b$cc
                                echo "$CC"