configure
changeset 3199 6fae74d4c543
parent 3198 57a611a83867
child 3200 7440ead8c22a
equal deleted inserted replaced
3198:57a611a83867 3199:6fae74d4c543
   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