Skip to content
Snippets Groups Projects
Commit fc313e77 authored by Jeffery To's avatar Jeffery To
Browse files

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: default avatarJeffery To <jeffery.to@gmail.com>
(cherry picked from dbd6f224)
parent 8df00a88
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment