summaryrefslogtreecommitdiff
path: root/mk/config-Cygwin-i686_Linux-ppc.mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk/config-Cygwin-i686_Linux-ppc.mk')
-rw-r--r--mk/config-Cygwin-i686_Linux-ppc.mk11
1 files changed, 11 insertions, 0 deletions
diff --git a/mk/config-Cygwin-i686_Linux-ppc.mk b/mk/config-Cygwin-i686_Linux-ppc.mk
new file mode 100644
index 0000000..6a7c865
--- /dev/null
+++ b/mk/config-Cygwin-i686_Linux-ppc.mk
@@ -0,0 +1,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