mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 15:36:35 -04:00
15 lines
286 B
Makefile
15 lines
286 B
Makefile
--- powerpc_bsd.mk.orig 2016-12-20 10:44:15 UTC
|
|
+++ powerpc_bsd.mk
|
|
@@ -0,0 +1,12 @@
|
|
+##
|
|
+## powerpc BSD based (FreeBSD etc.) Makefile
|
|
+## Use gmake instead of make
|
|
+##
|
|
+TargetCPU :=powerpc
|
|
+OS :=bsd
|
|
+CXXFLAGS := -O3 -fPIC -pedantic
|
|
+
|
|
+# Standard part
|
|
+
|
|
+include common.mk
|
|
+
|