golang: Format TARGET_LDFLAGS for gcc
authorJeffery To <redacted>
Sun, 29 Dec 2019 10:43:01 +0000 (18:43 +0800)
committerJeffery To <redacted>
Sun, 29 Dec 2019 10:49:06 +0000 (18:49 +0800)
commitdbd6f224c38367fb3a26b1ed0b76dd5e284a98a7
treee05f2d11a373f02f6a2d4df8e6d79e4b300084f6
parentc14a88451a3789346a82bc448fed69480f641f4e
golang: Format TARGET_LDFLAGS for gcc

go invokes the external linker by calling gcc, so -zxxx options in
TARGET_LDFLAGS (in golang-package.mk) need to be formatted as -Wl,z,xxx.

Signed-off-by: Jeffery To <redacted>
lang/golang/golang-package.mk
git clone https://git.99rst.org/PROJECT