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 '
> [...]
--
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page