diff -ur asterisk-1.0.8-o/codecs/gsm/Makefile asterisk-1.0.8/codecs/gsm/Makefile --- asterisk-1.0.8-o/codecs/gsm/Makefile 2005-06-21 08:27:28.000000000 -0600 +++ asterisk-1.0.8/codecs/gsm/Makefile 2005-06-23 23:28:35.000000000 -0600 @@ -224,6 +224,7 @@ ifneq ($(shell uname -m),alpha) ifneq ($(shell uname -m),armv4l) ifneq ($(shell uname -m),sparc64) +ifneq ($(shell uname -m),sparc) GSM_SOURCES+= $(SRC)/k6opt.s endif endif @@ -231,6 +232,7 @@ endif endif endif +endif TOAST_SOURCES = $(SRC)/toast.c \ $(SRC)/toast_lin.c \ @@ -282,6 +284,7 @@ ifneq ($(shell uname -m), alpha) ifneq ($(shell uname -m), armv4l) ifneq ($(shell uname -m), sparc64) +ifneq ($(shell uname -m), sparc) GSM_OBJECTS+= $(SRC)/k6opt.o endif endif @@ -289,6 +292,7 @@ endif endif endif +endif TOAST_OBJECTS = $(SRC)/toast.o \ $(SRC)/toast_lin.o \