--- Makefile Fri Jun 17 17:06:07 2005 +++ Makefile.orig Fri May 13 15:59:01 2005 @@ -44,7 +44,6 @@ ifneq ($(shell uname -m),ppc) ifneq ($(shell uname -m),ppc64) ifneq ($(shell uname -m),alpha) -ifneq ($(shell uname -m),armv4l) ifneq (${PROC},sparc64) ifneq (${PROC},arm) ifneq (${PROC},ppc) @@ -61,7 +60,6 @@ endif endif endif -endif #The problem with sparc is the best stuff is in newer versions of gcc (post 3.0) only. #This works for even old (2.96) versions of gcc and provides a small boost either way. @@ -229,7 +227,6 @@ ifneq ($(shell uname -m),ppc) ifneq ($(shell uname -m),ppc64) ifneq ($(shell uname -m),alpha) -ifneq ($(shell uname -m),armv4l) ifneq ($(shell uname -m),sparc64) ifneq (${PROC},arm) GSM_SOURCES+= $(SRC)/k6opt.s @@ -240,7 +237,6 @@ endif endif endif -endif TOAST_SOURCES = $(SRC)/toast.c \ $(SRC)/toast_lin.c \ @@ -292,9 +288,7 @@ ifneq ($(shell uname -m), ppc64) ifneq ($(shell uname -m), alpha) ifneq ($(shell uname -m), sparc64) -ifneq ($(shell uname -m), armv4l) GSM_OBJECTS+= $(SRC)/k6opt.o -endif endif endif endif