summaryrefslogtreecommitdiff
path: root/build/m-mpc860.mak
diff options
context:
space:
mode:
Diffstat (limited to 'build/m-mpc860.mak')
-rw-r--r--build/m-mpc860.mak9
1 files changed, 9 insertions, 0 deletions
diff --git a/build/m-mpc860.mak b/build/m-mpc860.mak
new file mode 100644
index 0000000..04ff947
--- /dev/null
+++ b/build/m-mpc860.mak
@@ -0,0 +1,9 @@
+#
+# 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 :=
+