glibc: add comment (reminder) to build for soft float (from pancake).
This commit is contained in:
parent
9da0cec8e2
commit
55c20cdd59
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue