[Buildroot] [git commit] package/glibc: remove --{with, without}-fp option

Thomas Petazzoni thomas.petazzoni at bootlin.com
Sun Aug 5 12:35:29 UTC 2018


commit: https://git.buildroot.net/buildroot/commit/?id=f0f77c11949167739ab5eaadf7e37b4c0eb94824
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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 at gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
---
 package/glibc/glibc.mk | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/glibc/glibc.mk b/package/glibc/glibc.mk
index 6d21ae7ac0..d34b42b831 100644
--- a/package/glibc/glibc.mk
+++ b/package/glibc/glibc.mk
@@ -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 \


More information about the buildroot mailing list