From 55c20cdd599e922266f87c9aa8d23fffb2574ecc Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 12 Feb 2013 16:45:53 +0100 Subject: [PATCH] glibc: add comment (reminder) to build for soft float (from pancake). --- srcpkgs/glibc/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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