mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-08 10:58:15 +00:00
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:
@@ -50,6 +50,7 @@ ifneq (${PROC},sparc64)
|
|||||||
ifneq (${PROC},arm)
|
ifneq (${PROC},arm)
|
||||||
ifneq (${PROC},ppc)
|
ifneq (${PROC},ppc)
|
||||||
ifneq (${PROC},ppc64)
|
ifneq (${PROC},ppc64)
|
||||||
|
ifneq (${PROC},s390)
|
||||||
OPTIMIZE+=-march=$(PROC)
|
OPTIMIZE+=-march=$(PROC)
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user