| Index: build/common.gypi
|
| ===================================================================
|
| --- build/common.gypi (revision 65344)
|
| +++ build/common.gypi (working copy)
|
| @@ -321,7 +321,10 @@
|
| ['OS=="linux" or OS=="freebsd" or OS=="openbsd"', {
|
| # 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)',
|
| + 'gcc_version%': '<!(python <(DEPTH)/build/cc_compiler_version.py)',
|
| + # This will set gxx_version to XY if you are running g++ X.Y.*.
|
| + # This is used to tweak build flags for g++ 4.5.
|
| + 'gxx_version%': '<!(python <(DEPTH)/build/cxx_compiler_version.py)',
|
| # Figure out the python architecture to decide if we build pyauto.
|
| 'python_arch%': '<!(<(DEPTH)/build/linux/python_arch.sh <(sysroot)/usr/lib/libpython<(python_ver).so.1.0)',
|
| 'conditions': [
|
|
|