mirror of
https://github.com/novatiq/packages.git
synced 2026-07-09 05:19:27 +01:00
dbd6f224c3
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 <jeffery.to@gmail.com>