Enforce linker version-scripts are valid

See build/ commit da9c00da5f7b

Change-Id: I65878931ab61124ae75e2c738cc733adfb107afc
diff --git a/cc/mips64_device.go b/cc/mips64_device.go
index 44ca4f8..a0e39a6 100644
--- a/cc/mips64_device.go
+++ b/cc/mips64_device.go
@@ -66,6 +66,7 @@
 		"-Wl,--warn-shared-textrel",
 		"-Wl,--fatal-warnings",
 		"-Wl,--allow-shlib-undefined",
+		"-Wl,--no-undefined-version",
 	}
 
 	mips64ArchVariantCflags = map[string][]string{