blob: 04ff9471158d02db528286f9c75cb11a98197533 [file] [log] [blame]
Alexandre Lision8af73cb2013-12-10 14:11:20 -05001#
2# PowerPC MPC860 specific.
3# It's a PowerPC without floating point support.
4#
5export M_CFLAGS := $(CC_DEF)PJ_M_POWERPC=1 $(CC_DEF)PJ_HAS_FLOATING_POINT=0 -mcpu=860
6export M_CXXFLAGS :=
7export M_LDFLAGS := -mcpu=860
8export M_SOURCES :=
9