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

Issue 6487005: clang: Set clang-specific flags on linux only if the target compiler is used. (Closed)

Created:
9 years, 10 months ago by Nico
Modified:
9 years, 7 months ago
Reviewers:
Evan Martin
CC:
chromium-reviews, hans
Visibility:
Public.

Description

clang: Set clang-specific flags on linux only if the target compiler is used. The host compiler is hardcoded to gcc in the linux make build, and gcc does not understand all of these options. BUG=none TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=74479

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+26 lines, -20 lines) Patch
M build/common.gypi View 1 chunk +26 lines, -20 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Nico
9 years, 10 months ago (2011-02-10 19:13:53 UTC) #1
Nico
9 years, 10 months ago (2011-02-10 19:15:30 UTC) #2
Evan Martin
9 years, 10 months ago (2011-02-10 20:18:46 UTC) #3
Hmm.  The host compiler is actually overridable just like the target compiler
is.  But this is probably OK for now.  LGTM

Powered by Google App Engine
This is Rietveld 408576698