<div dir="ltr"><div><div>hi<br><br></div>I've tested Arm 32 bit with (the git versions of glibc) and gcc-4.8.2. it seems to be ok and can build other targets. I wonder why there is no Arm port? Even if there is only 32 bit, it is worth publishing.<br>
<br></div>I've only changed the following:<br>export ARCH=arm<br>export BUILD64="-mabi=aapcs-linux -mfloat-abi=soft"<br>export GCCEXTRACONFIG="--with-float=soft"<br><br>export CLFS_TARGET="${ARCH}-unkownn-linux-gnu"<br>
[ "${ARCH%64}" = "arm" ] && export CLFS_TARGET="${CLFS_TARGET}eabi"<br><br></div>