Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Delta Between Two Patch Sets: libadblockplus-android/jni/Application.mk

Issue 29377054: Issue 4942 - Failed to build due to "sorry, unimplemented: mangling dotstar_expr" (Closed)
Left Patch Set: Created Feb. 28, 2017, 8:48 a.m.
Right Patch Set: using gcc 4.9 Created March 17, 2017, 10:34 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | no next file » | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 APP_STL := c++_static 1 APP_STL := c++_static
2 APP_CPPFLAGS := -fexceptions 2 APP_CPPFLAGS := -fexceptions
3 APP_ABI := armeabi-v7a x86 3 APP_ABI := armeabi-v7a x86
4 APP_PLATFORM := android-9 4 APP_PLATFORM := android-9
5 NDK_TOOLCHAIN_VERSION := 4.8 5 NDK_TOOLCHAIN_VERSION := 4.9
anton 2017/02/28 08:53:41 we could just use clang but since libadblockplus u
anton 2017/03/13 10:11:47 BTW i've just found that `clang` is used to build
diegocarloslima 2017/03/13 14:25:56 Since we're using clang on libadblockplus and gcc
sergei 2017/03/13 15:19:23 gcc is deprecated in the recent android NDK but ou
sergei 2017/03/13 15:40:19 BTW, I have just checked: currently v8 is compile
LEFTRIGHT
« no previous file | no next file » | Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Toggle Comments ('s')

Powered by Google App Engine
This is Rietveld