%general-entities; ]> Build Variables Setting Host and Target export CLFS_TARGET="x86_64-unknown-linux-gnu" Now we will set our Target Triplet for 32 Bits: export CLFS_TARGET32="i686-pc-linux-gnu" Copy settings to Environment cat >> ~/.bashrc << EOF export CLFS_HOST="${CLFS_HOST}" export CLFS_TARGET="${CLFS_TARGET}" export CLFS_TARGET32="${CLFS_TARGET32}" EOF