]> code.ossystems Code Review - openembedded-core.git/commit
goarch: Dont use -fno-PIE on mips
authorKhem Raj <raj.khem@gmail.com>
Sun, 29 Dec 2019 18:43:59 +0000 (10:43 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 30 Dec 2019 23:38:12 +0000 (23:38 +0000)
commitea93adc30ee3d8e0baa0f374c92afb7c6a133b2a
treef945b157c392b5e1ae566d90742951c05d7641d3
parent7f6aa3a10a3d31ef9b02b5ca2a1d8fcffdfcd334
goarch: Dont use -fno-PIE on mips

This was added with

98b24e9268 goarch.bbclass: set SECURITY_CFLAGS for mips64

to overcome a problem that was inherent in go linker which has been now
fixed in golang compiler upstream

https://github.com/golang/go/issues/20243
https://github.com/golang/go/commit/39c07ce9e5311c94880789f19f2f8b49bf1b5241

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/goarch.bbclass