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