ok guys, im getting there..another question?
ok.......in 5.9. Adjusting the Toolchain what directory do I need to be in before I issue the sed script:
SPECFILE=`gcc --print-file specs` &&
sed 's@ /lib/ld-linux.so.2@ /tools/lib/ld-linux.so.2@g' \
$SPECFILE > tempspecfile &&
mv -f tempspecfile $SPECFILE &&
unset SPECFILE
...to ammend the gcc specs file??? Can I give these commands while in "/mnt/lfs" directory or do I need to be in the "/mnt/lfs/tools/lib/gcc/i686-pc-linux-gnu/3.4.1" directory where the specs sript resides???
Again.thanks in advance!
|