Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(824)

Unified Diff: libjpeg.gyp

Issue 551423002: [MIPS64] Add build support for MIPS64 in libjpeg_turbo. (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libjpeg.gyp
diff --git a/libjpeg.gyp b/libjpeg.gyp
index e20b0d908aba94916720f84735d1fa29d1187e43..c5d8dce6978d652331b615e82299d966c64e1dde 100644
--- a/libjpeg.gyp
+++ b/libjpeg.gyp
@@ -186,7 +186,7 @@
'simd/jsimd_arm64_neon.S',
],
}],
- [ 'target_arch=="mipsel"', {
+ [ 'target_arch=="mipsel" or target_arch=="mips64el"', {
'sources': [
'jsimd_none.c',
],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698