gcc 4.7.0 added to path when found.

This commit is contained in:
Vahagn Khachatryan
2013-07-09 15:45:37 +05:00
parent 7fd3214216
commit e5e3f6c2be

View File

@@ -128,6 +128,9 @@ alias p4v="/depot/perforce/p4v"
if [ -e /depot/gcc-4.7.2/bin ]; then
PATH=/depot/gcc-4.7.2/bin:$PATH
LD_LIBRARY_PATH=/depot/gcc-4.7.2/lib64:$LD_LIBRARY_PATH
elif [ -e /depot/gcc-4.7.0/bin ]; then
PATH=/depot/gcc-4.7.0/bin:$PATH
LD_LIBRARY_PATH=/depot/gcc-4.7.0/lib64:$LD_LIBRARY_PATH
elif [ -e /depot/gcc-4.5.2/bin ]; then
PATH=/depot/gcc-4.5.2/bin:$PATH
LD_LIBRARY_PATH=/depot/gcc-4.5.2/lib64:$LD_LIBRARY_PATH