4.4. Create the Cross Tools Sysroot DirectoryΒΆ
Create a sysroot directory which will be used when building the cross compiler and link its usr directory to itself
such that everything installs to the sysroot:
mkdir -p ${CLFS}/cross-tools/${CLFS_TARGET}
ln -sfv . ${CLFS}/cross-tools/${CLFS_TARGET}/usr