1 # Generate ARMv6 armhf Linux executables on
2 # Debian (Raspbian) on Raspberry Pi
4 # Spawn 1 make process:
5 # spawning 2 processes leads to a compilation error
8 HOSTOS
= armv6l-unknown-linux-gnueabihf
9 TARGETOS
= armv6l-unknown-linux-gnueabihf
11 # local includes and libraries
12 TARGETCXXFLAGS
= "-O2 -I$(HOME)/local-$(HOSTNAME)/include"
13 TARGETCFLAGS
= "-O2 -I$(HOME)/local-$(HOSTNAME)/include"
14 TARGETCPPFLAGS
= "-I$(HOME)/local-$(HOSTNAME)/include"
15 TARGETLDFLAGS
= "-L$(HOME)/local-$(HOSTNAME)/lib"