mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
[REMOVE] Allow gcc 4.7 and later
This commit is contained in:
@@ -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'''
|
https://ripple.com/wiki/Ubuntu_build_instructions#Ubuntu_versions_older_than_13.10_:_Install_gcc_4.8'''
|
||||||
|
|
||||||
if not USING_CLANG:
|
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"
|
print "\nrippled, using c++11, requires g++ version >= 4.8 to compile"
|
||||||
|
|
||||||
if Ubuntu:
|
if Ubuntu:
|
||||||
|
|||||||
Reference in New Issue
Block a user