On 01/10/2014 05:02 PM, Pierre Labastie wrote: > Le 10/01/2014 22:40, William Darryl Jackson a écrit : >> Greetings: >> >> First I would like to state that I was able to successfully compile Binutils. >> >> [...] >> So I thought to put it in a script: >> >> #!/bin/sh >> for file in \ >> $(find gcc/config -name linux64.h -o -name linux.h -o -name sysv4.h) >> do >> cp -uv $file{,.orig} >> sed -e 's@/lib\(64\)\?\(32\)\?/ld@/tools@g' \ >> -e 's@/usr@/tools@g,$file.orig > $file > The comma in the line above should be replaced by a single quote ' followed by > a space. >> echo ' >> [...] Thank you so much. I tried so many times I got cross eyed.
William -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page