Date: Thu, 21 Feb 2008 14:12:09 +0100 From: Kai Wang <kaiwang27@gmail.com> To: freebsd-current@freebsd.org Subject: [HEADS UP] ar(1) front-end committed. (notes for cross compile) Message-ID: <20080221131209.GA2022@plan0.kaiwan.csbnet.se>
next in thread | raw e-mail | index | archive | help
Hello list, I just committed ar(1) front-end. Note that you NEED update your world before you can successfully perform cross platform buildworld. You can update your system by: make buildworld ... make installworld or you can just install ar(1) by hand. (replace /usr/bin/ar and /usr/bin/ranlib by hand) This is needed because GNU Binutils ar and ranlib gets renamed to gar and granlib, and when you perform a cross platform buildworld, the build system will instead use /usr/bin/ar and /usr/bin/ranlib, which is not capable of cross build. Best Regards, Kai
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080221131209.GA2022>