Enforce linker version-scripts are valid

See build/ commit da9c00da5f7b

Change-Id: I65878931ab61124ae75e2c738cc733adfb107afc
diff --git a/cc/mips_device.go b/cc/mips_device.go
index ba6b81a..f668f22 100644
--- a/cc/mips_device.go
+++ b/cc/mips_device.go
@@ -61,6 +61,7 @@
 		"-Wl,--warn-shared-textrel",
 		"-Wl,--fatal-warnings",
 		"-Wl,--allow-shlib-undefined",
+		"-Wl,--no-undefined-version",
 	}
 
 	mipsToolchainLdflags = []string{