aboutsummaryrefslogtreecommitdiffstats
path: root/comms/snap7/files/patch-arm__v7__bsd.mk
blob: 7b2661dec3ef7f0879d6083a941f7e2ae1e96de8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- arm_v7_bsd.mk.orig	2016-12-20 09:52:10 UTC
+++ arm_v7_bsd.mk
@@ -0,0 +1,15 @@
+##
+## ARMHF V7 tested on 
+## - Raspberry board -
+##
+## To improve the build speed in small systems disable -pedantic
+## switch in CXXFLAGS
+##
+TargetCPU  :=arm_v7
+OS         :=bsd
+CXXFLAGS   := -O3 -g -fPIC -pedantic
+
+# Standard part
+
+include common.mk
+