Current section
Files
Jump to
Current section
Files
src/snap7/build/unix/arm_v6_linux.mk
##
## ARMHF V6 tested on
## - Raspberry board - DEBIAN Wheezy based
##
## To improve the build speed in small systems disable -pedantic
## switch in CXXFLAGS
##
TargetCPU :=arm_v6
OS :=linux
CXXFLAGS := -O3 -g -fPIC -pedantic
# Standard part
include common.mk