| commit | 6503766dba4b3c56e7f0c2f6015f66d7416c1103 | [log] [tgz] |
|---|---|---|
| author | Johann Koenig <[email protected]> | Thu Aug 20 15:44:16 2015 |
| committer | Johann Koenig <[email protected]> | Thu Aug 20 15:44:16 2015 |
| tree | 0e83935d5857ff05c95646baf01dada9cd323495 | |
| parent | 353a626bb6e349e98752e830b98d2920cbb73f83 [diff] |
Cherry pick MIPS build fix https://chromium-review.googlesource.com/#/c/291080/2 endian_inl.h: fix mips32 android build when configuring with mips32-android-gcc HAVE_MIPS32 would be set, but the ndk does not set -mips32r2 for APP_ABI=mips which results in BSwap32 failing to build; refine the check in endian_inl.h BUG=522435 [email protected] Review URL: https://codereview.chromium.org/1292313007 .