summaryrefslogtreecommitdiff
path: root/comms/snap7/files/patch-aarch64__bsd.mk
blob: 93fca6aa0da8af0375dc3122178dead3014d4784 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- aarch64_bsd.mk.orig	2021-07-21 15:55:09 UTC
+++ aarch64_bsd.mk
@@ -0,0 +1,12 @@
+##
+## aarch64 BSD based (FreeBSD etc.) Makefile
+## Use gmake instead of make
+##
+TargetCPU  :=aarch64
+OS         :=bsd
+CXXFLAGS   := -O3 -g -fPIC -pedantic
+
+# Standard part
+
+include common.mk
+