aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/dng_sdk
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/dng_sdk')
-rw-r--r--third_party/dng_sdk/BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/dng_sdk/BUILD.gn b/third_party/dng_sdk/BUILD.gn
index 07b19905a8..4bd580a8ac 100644
--- a/third_party/dng_sdk/BUILD.gn
+++ b/third_party/dng_sdk/BUILD.gn
@@ -178,7 +178,7 @@ third_party("dng_sdk") {
"../externals/dng_sdk/source/dng_xy_coord.h",
]
- if (current_cpu == "x86" || current_cpu == "mipsel" || current_cpu == "arm") {
+ if (current_cpu == "x86" || current_cpu == "arm") {
# DNG SDK uses __builtin_smulll_overflow() to detect 64x64 bit multiply overflow.
# On some platforms, the compiler implements this with __mulodi4().
# I can't quite figure out how to link that here, so instead here's a shim for