changeset 1648:b9c5ef8c0606 draft

Default back to gcc as it seems clang isn't good for powerpc.
author Roy Marples <roy@marples.name>
date Thu, 02 Feb 2012 23:30:13 +0000
parents 736f10e6e83e
children 09d402175471
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Thu Feb 02 18:23:06 2012 +0000
+++ b/configure	Thu Feb 02 23:30:13 2012 +0000
@@ -168,7 +168,7 @@
 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"