diff --git a/srcpkgs/glibc/template b/srcpkgs/glibc/template index ae4897318e8..e52aebc3560 100644 --- a/srcpkgs/glibc/template +++ b/srcpkgs/glibc/template @@ -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