chroot cross-compilation / stage 2 complete / through Ch 7.3

This commit is contained in:
phanes
2023-02-19 21:00:09 -05:00
parent 6051ca386f
commit b45e23b34a
20 changed files with 3325 additions and 22 deletions

View File

@@ -42,7 +42,6 @@ umask 022
# $LFS_TGT is what LFS uses for this
T_TRIPLET=x86_64-dhl-linux-gnu
# prevents some configure scripts from looking in the wrong place for config.site
CONFIG_SITE=${T_SYSROOT}/usr/share/config.site
@@ -67,5 +66,5 @@ assert_zero() {
exit $1
fi
}
ARCHLIB_DIR=${T_SYSROOT}/lib64
PATH=${CROSSTOOLS_DIR}/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin