Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | linux: compiler_version.py tweak to work on gcc 4.4 | evan@chromium.org | 2009-11-03 | 1 | -1/+1 |
| | | | | | | | | The regex didn't work for GCC = 4.4. Review URL: http://codereview.chromium.org/341085 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30847 0039d316-1c4b-4281-b951-d872f2087c98 | ||||
* | Linux: Autodetect and change build flags when using gcc 4.4. | craig.schlenter@chromium.org | 2009-11-03 | 1 | -0/+50 |
This runs g++ -dumpversion (or $CXX) to establish the compiler version and set the gyp gcc_version variable automatically. BUG=25209 Review URL: http://codereview.chromium.org/339046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30824 0039d316-1c4b-4281-b951-d872f2087c98 |