[REMOVE] Allow gcc 4.7 and later

This commit is contained in:
Vinnie Falco
2014-01-10 22:53:48 -08:00
parent 93f1a05f5c
commit deafea9c88

View File

@@ -262,7 +262,7 @@ UBUNTU_GCC_48_INSTALL_STEPS = '''
https://ripple.com/wiki/Ubuntu_build_instructions#Ubuntu_versions_older_than_13.10_:_Install_gcc_4.8'''
if not USING_CLANG:
if (int(GCC_VERSION[0]) == 4 and int(GCC_VERSION[1]) < 8):
if (int(GCC_VERSION[0]) == 4 and int(GCC_VERSION[1]) < 7):
print "\nrippled, using c++11, requires g++ version >= 4.8 to compile"
if Ubuntu: