File pemu-fix-makefile.patch of Package pemu
diff --git a/Makefile b/Makefile index ae13e27..1f8413d 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ CONFIG_SOFTMMU=yes #Uncomment this for windows, also change CC=gcc #CONFIG_WIN32=YES -CC=gcc-3.4 +CC=gcc-3.3 AR=ar ARCH=i386 SRC_PATH=. @@ -14,9 +14,9 @@ USE_COMPRESS=-DUSE_COMPRESS DEFINES=-I. -I.. -I$(SRC_PATH) $(USE_COMPRESS) #CFLAGS=-Wall -O2 -fno-strict-aliasing -g0 #CFLAGS=-Wall -O -fno-strict-aliasing -ggdb -g3 -#TUNE_FLAGS=-march=pentium4 -mtune=pentium3 +TUNE_FLAGS=-march=pentium4 CFLAGS=-Wall -O3 -fno-strict-aliasing -TUNE_FLAGS=-march=pentium4 -mtune=pentium4 +#TUNE_FLAGS=-march=pentium4 -mtune=pentium4 LDFLAGS= -g -ggdb LIBS=