diff options
author | trav90 <travawine@openmailbox.org> | 2018-02-04 12:12:38 -0600 |
---|---|---|
committer | trav90 <travawine@openmailbox.org> | 2018-02-04 12:12:38 -0600 |
commit | d11b03c31b32d03a260ffd4cf73a25c92e50b897 (patch) | |
tree | b464e1f5ea291d7f6905bfd2b354f6c8cd74abe8 /python | |
parent | 041700efdda1d9222fdd621020390865e7feeb4a (diff) | |
download | aura-central-d11b03c31b32d03a260ffd4cf73a25c92e50b897.tar.gz |
Require at least GCC 4.9 to build
Diffstat (limited to 'python')
-rw-r--r-- | python/mozbuild/mozbuild/test/configure/test_toolchain_configure.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/mozbuild/mozbuild/test/configure/test_toolchain_configure.py b/python/mozbuild/mozbuild/test/configure/test_toolchain_configure.py index 2ef93792b..c58fde86e 100644 --- a/python/mozbuild/mozbuild/test/configure/test_toolchain_configure.py +++ b/python/mozbuild/mozbuild/test/configure/test_toolchain_configure.py @@ -313,7 +313,7 @@ class LinuxToolchainTest(BaseToolchainTest): '/usr/bin/clang-3.3': CLANG_3_3 + CLANG_PLATFORM_X86_64_LINUX, '/usr/bin/clang++-3.3': CLANGXX_3_3 + CLANG_PLATFORM_X86_64_LINUX, } - GCC_4_7_RESULT = ('Only GCC 4.8 or newer is supported ' + GCC_4_7_RESULT = ('Only GCC 4.9 or newer is supported ' '(found version 4.7.3).') GXX_4_7_RESULT = GCC_4_7_RESULT GCC_4_9_RESULT = CompilerResult( |