tconfig.mk: specify standard tool path - mkports - recipes for building multiple softwares with mk(1)
 (HTM) git clone git://z3bra.org/mkports
 (DIR) Log
 (DIR) Files
 (DIR) Refs
       ---
 (DIR) commit 1f4c68cf6443f28efa46fc98bfd6c46c34f2862a
 (DIR) parent 884109f6ffb01ad69ad969fbd662b219615c63e2
 (HTM) Author: z3bra <contactatz3bradotorg>
       Date:   Mon, 30 Jan 2017 12:33:48 +0000
       
       config.mk: specify standard tool path
       
       Diffstat:
         M config.mk                           |       3 +++
       
       1 file changed, 3 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git a/config.mk b/config.mk
       t@@ -13,6 +13,9 @@ HOSTCC = $CC
        AR     = ${TOOLCHAIN}ar
        RANLIB = ${TOOLCHAIN}ranlib
        STRIP  = ${TOOLCHAIN}strip
       +GREP   = /bin/grep
       +SED    = /bin/sed
       +YACC   = /bin/yacc
        
        CHOST     = $TRIPLET
        CBUILD    = $TRIPLET