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