~noskcaj/ubuntu/saucy/sflphone/merge-1.2.3-2

« back to all changes in this revision

Viewing changes to daemon/libs/pjproject/build/m-mpc860.mak

  • Committer: Jackson Doak
  • Date: 2013-07-10 21:04:46 UTC
  • mfrom: (20.1.3 sid)
  • Revision ID: noskcaj@ubuntu.com-20130710210446-y8f587vza807icr9
Properly merged from upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#
2
 
# PowerPC MPC860 specific.
3
 
# It's a PowerPC without floating point support.
4
 
#
5
 
export M_CFLAGS := $(CC_DEF)PJ_M_POWERPC=1 $(CC_DEF)PJ_HAS_FLOATING_POINT=0 -mcpu=860
6
 
export M_CXXFLAGS :=
7
 
export M_LDFLAGS := -mcpu=860
8
 
export M_SOURCES :=
9