From ce4e32363865da37f921aa99b5887c132452619d Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Thu, 25 May 2006 17:39:33 +0000 Subject: [PATCH] don't try to use -march=s390 when building on S/390 systems (reported via asterisk-users mailing list) git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@30296 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- codecs/gsm/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/codecs/gsm/Makefile b/codecs/gsm/Makefile index 5da9cd465b..f35361ca3d 100644 --- a/codecs/gsm/Makefile +++ b/codecs/gsm/Makefile @@ -50,6 +50,7 @@ ifneq (${PROC},sparc64) ifneq (${PROC},arm) ifneq (${PROC},ppc) ifneq (${PROC},ppc64) +ifneq (${PROC},s390) OPTIMIZE+=-march=$(PROC) endif endif