On Fri, Jun 3, 2016 at 1:49 PM, Bryan Drewery <bdrew...@freebsd.org> wrote: > Author: bdrewery > Date: Fri Jun 3 20:49:49 2016 > New Revision: 301287 > URL: https://svnweb.freebsd.org/changeset/base/301287 > > Log: > WITHOUT_CROSS_COMPILER: Fix installworld. > > Since no WORLDTMP/usr/bin/cc is created, cc cannot be found > during installworld time since /usr/bin is not in the PATH. > Pass along the known compiler metadata to allow installworld > to work. The same fix was used for WITH_SYSTEM_COMPILER. > > A better route would be to store a cookie in buildworld > containing this compiler metadata and then using that > at install time, rather than rerunning cc. > > Reported by: Mark Millard > Sponsored by: EMC / Isilon Storage Division
Thank you. This should fix the Trebuca Canyon's I've been using. _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"