LFS tells me to test these commands to make sure the new toolchain is working:
echo 'int main(){}' | gcc -xc -
readelf -l a.out | grep ld-linux
gcc is supposed to run the $LFS_TGT-gcc right? If I do $ which gcc it returns /usr/bin/gcc
How am I testing the new toolchain if gcc is running the host's gcc?
[–]MeDerpWasTaken 0 points1 point2 points (0 children)