Sophie

Sophie

distrib > Mageia > cauldron > x86_64 > media > core-release-src > by-pkgid > f8f30c841fec78c647d5fe213aca1995 > files > 4

splat-1.4.2-6.mga9.src.rpm

--- splat-1.4.2/build~	2016-07-15 09:24:24.716700771 +0000
+++ splat-1.4.2/build	2016-07-15 09:24:52.737254833 +0000
@@ -15,7 +15,7 @@
 		model="";   ## for Mac OSX  ## J.V.
 	fi
 
-elif [ "$cpu" = "sun4u" ]; then
+else
 	cpu=""
 	model=""
 fi
@@ -33,7 +33,7 @@
 	fi
 
 	echo -n "Compiling SPLAT!... "
-	g++ -O2 -s -fomit-frame-pointer -ffast-math -pipe -march=$cpu $model itwom3.0.cpp splat.cpp -lm -lbz2 -o splat
+	g++ -O2 -s -fomit-frame-pointer -ffast-math -pipe $model itwom3.0.cpp splat.cpp -lm -lbz2 -o splat
 
 	if [ -x splat ]; then
 		echo "Done!"
@@ -44,7 +44,7 @@
 	if [ -r hd-parms.h ]; then
 		cp hd-parms.h splat.h
 		echo -n "Compiling SPLAT! HD... "
-		g++ -O2 -s -fomit-frame-pointer -ffast-math -pipe -march=$cpu $model itwom3.0.cpp splat.cpp -lm -lbz2 -o splat-hd
+		g++ -O2 -s -fomit-frame-pointer -ffast-math -pipe $model itwom3.0.cpp splat.cpp -lm -lbz2 -o splat-hd
 
 		if [ -x splat-hd ]; then
 			echo "Done!"