Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index 05c8de9d8f8581178acb72ad415b9133e3bb28cb..52ce4d25909907009a9a4f7bb625bf8bb8468d05 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -182,6 +182,9 @@ |
'conditions': [ |
['OS=="linux"', { |
+ # This will set gcc_version to XY if you are running gcc X.Y.*. |
+ # This is used to tweak build flags for gcc 4.4. |
+ 'gcc_version%': '<!(python <(DEPTH)/build/compiler_version.py)', |
'conditions': [ |
['branding=="Chrome" or linux_chromium_breakpad==1', { |
'linux_breakpad%': 1, |