Re: [RFC] Install world with external toolcahin: need add STRIPBIN to IMAKEENV

2014-03-19 Thread Warner Losh
On Mar 19, 2014, at 4:42 AM, Lev Serebryakov wrote: > Hello, Freebsd-current. > > To make "make installworld" successfull with external toolchain (with > WITHOUT_BINUTILS-built world) we need to have STRIBIN, pointing to > working "strip" in environment, or "install -s" will fail. Assuming you

[RFC] Install world with external toolcahin: need add STRIPBIN to IMAKEENV

2014-03-19 Thread Lev Serebryakov
Hello, Freebsd-current. To make "make installworld" successfull with external toolchain (with WITHOUT_BINUTILS-built world) we need to have STRIBIN, pointing to working "strip" in environment, or "install -s" will fail. Does attached patch looks good? Unfortunately, "STRIP" variable is occupe