summaryrefslogtreecommitdiff
path: root/mk/config-Cygwin-i686_Linux-ppc.mk
blob: 6a7c865c1901ee85c754e646fc74b9a17f23c627 (plain)
1
2
3
4
5
6
7
8
9
10
11
# How the "cross tools" should be invoked
CC := powerpc-750-linux-gnu-gcc
CXX := powerpc-750-linux-gnu-g++
AR := powerpc-750-linux-gnu-ar
RANLIB := powerpc-750-linux-gnu-ranlib

# Since we are compiling for a "remote target" we have to set this manually
ENDIAN := big

# Any other target specific settings
CPPFLAGS += -DLINUX_PPC