glibc: add comment (reminder) to build for soft float (from pancake).

This commit is contained in:
Juan RP 2013-02-12 16:45:53 +01:00
parent 9da0cec8e2
commit 55c20cdd59
1 changed files with 1 additions and 1 deletions

View File

@ -45,9 +45,9 @@ do_configure() {
export CFLAGS="${CFLAGS} -mno-tls-direct-seg-refs"
elif [ "$XBPS_MACHINE" = "armv6l" ]; then
# Force hard float ABI.
# To build for soft float: --with-float=soft --without-fp.
_floatabi="--with-float=hard"
fi
if [ -n "$XBPS_CROSS_TRIPLET" ]; then
_headers="--with-headers=/usr/$XBPS_CROSS_TRIPLET/include"
else