mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-01 11:32:25 +00:00
Review: https://reviewboard.asterisk.org/r/1891/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@369517 65c4cc65-6c06-0410-ace0-fbb531ad65f3
10 lines
238 B
Makefile
10 lines
238 B
Makefile
#
|
|
# PowerPC MPC860 specific.
|
|
# It's a PowerPC without floating point support.
|
|
#
|
|
export M_CFLAGS := $(CC_DEF)PJ_M_POWERPC=1 $(CC_DEF)PJ_HAS_FLOATING_POINT=0 -mcpu=860
|
|
export M_CXXFLAGS :=
|
|
export M_LDFLAGS := -mcpu=860
|
|
export M_SOURCES :=
|
|
|