diff options
Diffstat (limited to 'cc/mips_device.go')
-rw-r--r-- | cc/mips_device.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cc/mips_device.go b/cc/mips_device.go index ba6b81aa..f668f225 100644 --- a/cc/mips_device.go +++ b/cc/mips_device.go @@ -61,6 +61,7 @@ var ( "-Wl,--warn-shared-textrel", "-Wl,--fatal-warnings", "-Wl,--allow-shlib-undefined", + "-Wl,--no-undefined-version", } mipsToolchainLdflags = []string{ |