configure
changeset 3199 c5ac6b7f6ef6
parent 3198 54e4474378f7
child 3200 faafc2eb520f
equal deleted inserted replaced
3198:54e4474378f7 3199:c5ac6b7f6ef6
   215 make upgradeconf $PARAM
   215 make upgradeconf $PARAM
   216 
   216 
   217 # Makefile.config currently doesn't support custom CXX, so, we add the line
   217 # Makefile.config currently doesn't support custom CXX, so, we add the line
   218 #  ourself!
   218 #  ourself!
   219 
   219 
   220 echo "CXX=$TARGET_CXX" >> Makefile.config
   220 if ! test -z "$TARGET_CXX"
   221 
   221 then
       
   222 	echo "CXX=$TARGET_CXX" >> Makefile.config
       
   223 fi
       
   224