chromium-src-build/config/linux
brettw@chromium.org 22b3476400 Work on Clang for pure GN build.
This hooks up Clang in the pure GN build (not the hybrid GYP mode).

Clang gave some warnings about compiler flags which made me realize that we were giving linker flags to the compiler in some cases. So I enhanced our pkg-config wrapper to to add libraries to the cflags (missing else), return ldflags separately, and also strip out -pthread which was getting included over and over.

BUG=

Review URL: https://codereview.chromium.org/147923010

git-svn-id: http://src.chromium.org/svn/trunk/src/build@248477 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2014-02-03 12:11:38 +00:00
..
BUILD.gn Work on GN iOS build. 2014-02-03 12:04:33 +00:00
pkg-config.py Work on Clang for pure GN build. 2014-02-03 12:11:38 +00:00
pkg_config.gni Work on Clang for pure GN build. 2014-02-03 12:11:38 +00:00
sysroot_ld_path.py Add support for sysroots to GN's pkg-config. 2013-12-17 22:54:18 +00:00