open-plc-utils: fix build with static musl
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Thu, 11 Oct 2018 18:20:13 +0000 (20:20 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Thu, 11 Oct 2018 18:56:22 +0000 (20:56 +0200)
commitd8738d3b97a1ec1b356143269b293d55c91de860
tree21ec58e98e8fc968cd4de6f73e3892b8cb0036ac
parent028a6d64de59319aa79f1a411de6dbfd4eea9890
open-plc-utils: fix build with static musl

Pass TARGET_LDFLAGS to EXTRA_LDFLAGS to fix following issue:
/home/buildroot/autobuild/run/instance-3/output/build/host-gcc-final-7.3.0/build/arm-buildroot-linux-musleabihf/libgcc/../../../libgcc/config/arm/lib1funcs.S:1545: undefined reference to `raise'

Also pass TARGET_CFLAGS to EXTRA_CFLAGS and TARGET_CXXFLAGS to
EXTRA_CXXFLAGS and move all these variables to
OPEN_PLC_UTILS_MAKE_OPTS for readability

Fixes:
 - http://autobuild.buildroot.org/results/67bc5e7ac8ae1c49c035b022a394d2f746705cf2

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/open-plc-utils/open-plc-utils.mk