Packages

Elixir wrapper for Snap7, for communication with Siemens PLC's.

Current section

Files

Jump to
snapex7 src snap7 build unix arm_v6_linux.mk
Raw

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