Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > 207cb3014075443a3be19c2dcf21b57d > files > 11

eclipse-3.3.0-0.20.8mdv2008.0.src.rpm

--- build.sh.orig	2006-07-09 20:18:10.000000000 -0400
+++ build.sh	2006-07-09 20:18:30.000000000 -0400
@@ -39,11 +39,7 @@
 
 # Determine which CPU type we are building for
 if [ "${MODEL}" = "" ]; then
-	if uname -p > /dev/null 2>&1; then
-		MODEL=`uname -p`
-	else
-		MODEL=`uname -m`
-	fi
+	MODEL=`uname -m`
 fi
 case $MODEL in
 	"x86_64")