set cxx_verc_fail=no when MIPSpro 7.4.4 is detected + proper MIPSpro capitalization
svn-id: r48770
This commit is contained in:
parent
78efc86350
commit
6a368a2c01
1 changed files with 2 additions and 1 deletions
3
configure
vendored
3
configure
vendored
|
@ -1127,9 +1127,10 @@ else
|
|||
irix*)
|
||||
case $cxx_version in
|
||||
7.4.4*)
|
||||
# We just assume this is SGI MipsPRO
|
||||
# We just assume this is SGI MIPSpro
|
||||
_cxx_major=7
|
||||
_cxx_minor=4
|
||||
cxx_verc_fail=no
|
||||
add_line_to_config_mk 'CXX_UPDATE_DEP_FLAG = -MDupdate "$(*D)/$(DEPDIR)/$(*F).d"'
|
||||
add_line_to_config_mk '-include Makedepend'
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue