mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 21:30:31 -04:00
Same pattern as the armv7 patch. PR: 264780 Approved by: vova@fbsd.ru (maintainer timeout)
18 lines
350 B
Makefile
18 lines
350 B
Makefile
--- 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
|
|
+
|