package/glibc: remove --{with, without}-fp option
authorRomain Naour <romain.naour@gmail.com>
Wed, 1 Aug 2018 19:47:29 +0000 (21:47 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 5 Aug 2018 12:35:29 +0000 (14:35 +0200)
This option has been removed since glibc 2.27 [1].

[1] https://sourceware.org/git/?p=glibc.git;a=commitdiff;h=8df5d34720dd71e934545bade879e04697830757

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/glibc/glibc.mk

index 6d21ae7ac07da6358ddc14bc518a8f1a65ed1df1..d34b42b831bceb202d9cd39d8033375c409d5a60 100644 (file)
@@ -93,7 +93,6 @@ define GLIBC_CONFIGURE_CMDS
                --build=$(GNU_HOST_NAME) \
                --prefix=/usr \
                --enable-shared \
-               $(if $(BR2_SOFT_FLOAT),--without-fp,--with-fp) \
                $(if $(BR2_x86_64),--enable-lock-elision) \
                --with-pkgversion="Buildroot" \
                --without-cvs \