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
This commit is contained in:
Kevin P. Fleming
2006-05-25 17:39:33 +00:00
parent 547a070805
commit ce4e323638

View File

@@ -50,6 +50,7 @@ ifneq (${PROC},sparc64)
ifneq (${PROC},arm)
ifneq (${PROC},ppc)
ifneq (${PROC},ppc64)
ifneq (${PROC},s390)
OPTIMIZE+=-march=$(PROC)
endif
endif