Build with -Wno-psabi

It's warning about a problem we don't have, so just silence it.

Change-Id: I841032b1b5103d34eac78ab95b09a76ef435d4a7
diff --git a/tools/cpp/static_crosstool.pb b/tools/cpp/static_crosstool.pb
index 8b46fe7..8552dff 100644
--- a/tools/cpp/static_crosstool.pb
+++ b/tools/cpp/static_crosstool.pb
@@ -613,14 +613,14 @@
         flag: "-Wpointer-arith"
         flag: "-Wstrict-aliasing"
         flag: "-Wcast-qual"
-        flag: "-Wcast-align"
         flag: "-Wwrite-strings"
         flag: "-Wtype-limits"
         flag: "-Wsign-compare"
         flag: "-Wformat=2"
         flag: "-Werror"
         flag: "-Wunused-local-typedefs"
-        flag: "-Wno-cast-align"
+        # We don't use libraries compiled with the broken version.
+        flag: "-Wno-psabi"
 
         # Keep stack frames for debugging, even in opt mode.
         flag: "-fno-omit-frame-pointer"