blob: f3c74ada628411eead4b1e0845337da98e4315ba (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
--- powerpc64le_bsd.mk.orig 2016-12-20 10:44:15 UTC
+++ powerpc64le_bsd.mk
@@ -0,0 +1,12 @@
+##
+## powerpc64le BSD based (FreeBSD etc.) Makefile
+## Use gmake instead of make
+##
+TargetCPU :=powerpc64le
+OS :=bsd
+CXXFLAGS := -O3 -fPIC -pedantic
+
+# Standard part
+
+include common.mk
+
|