opnsense-ports/comms/snap7/files/patch-mips__bsd.mk
Franco Fichtner 6163dc408b */*: sync with upstream
Taken from: HardenedBSD
2019-01-06 19:44:16 +01:00

15 lines
274 B
Makefile

--- mips_bsd.mk.orig 2016-12-20 10:44:15 UTC
+++ mips_bsd.mk
@@ -0,0 +1,12 @@
+##
+## mips BSD based (FreeBSD etc.) Makefile
+## Use gmake instead of make
+##
+TargetCPU :=mips
+OS :=bsd
+CXXFLAGS := -O3 -fPIC -pedantic
+
+# Standard part
+
+include common.mk
+