Kaynağa Gözat

update configure

ruki 2 yıl önce
ebeveyn
işleme
70ad5d6b1b
1 değiştirilmiş dosya ile 4 ekleme ve 0 silme
  1. 4 0
      configure

+ 4 - 0
configure

@@ -412,6 +412,10 @@ path_toolname() {
         *-ar) toolname="ar";;
         */ar) toolname="ar";;
         ar) toolname="ar";;
+        cc) toolname="gcc";;
+        */cc) toolname="gcc";;
+        c++) toolname="gxx";;
+        */c++) toolname="gxx";;
         *) raise "unknown tool ${1}";;
     esac
     _ret="${toolname}"