Author: Oliver Korff <ok@xynyx.de>                                                                    
Description: Upstream changed make targets, prefetch option not working
   Upstream changed make targets and the prefetch option sets compiler flag
   -msse all the time this patch avoids this.
--- a/src/Makefile
+++ b/src/Makefile
@@ -185,7 +185,6 @@
 ifeq ($(COMP),gcc)
 	comp=gcc
 	CXX=g++
-	prefetch = yes
 	profile_prepare = gcc-profile-prepare
 	profile_make = gcc-profile-make
 	profile_use = gcc-profile-use
