> Date: Thu, 23 Aug 2012 18:39:28 -0700 > From: Matthew Dempsky <[email protected]> > > A few days ago I committed a change to binutils to add support for > .openbsd.randomdata sections and then later converted libc to make use > of them. It seems that at least armish is not happy with libc > compiled using an out-of-date binutils, so if you're following from > source be careful to update binutils first before trying to make > build: > > $ cd /usr/src/gnu/usr.bin/binutils
You'll want to do a $ make -f Makefile.bsd-wrapper here first, otherwise you'll end up with crap in your source directory that's difficult to get rid of. I fixed current.html to reflect this. > $ make -f Makefile.bsd-wrapper all > $ make -f Makefile.bsd-wrapper install
