Descriptiongn: add support for clang for MIPS
This changes enables chrome for MIPS (Linux and Android)
to be compiled with clang when using gn build.
However, there are still few issues for build to complete successfully:
- "treat_warnings_as_errors=false" must be set for both Android and Linux.
- in case of Linux ldflags retreived by 'exec_script("sysroot_ld_path.py",..'
are ignored by linker, which is causing link failure for 'chrome' target.
BUG=gn gen for MIPS
TEST=gn gen out-gn/mips --args="is_debug=false target_os=\"android\" target_cpu=\"mipsel\" is_clang=true treat_warnings_as_errors=false"
ninja -C out-gn/mips chrome_public_apk
Committed: https://crrev.com/af7fa747c3c2e433028103b45173c0275333abc7
Cr-Commit-Position: refs/heads/master@{#362002}
Patch Set 1 #
Messages
Total messages: 12 (6 generated)
|