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 <jeffery.to@gmail.com> (cherry picked from dbd6f224)
Loading
Please register or sign in to comment