From 05d4ffd632d1169ad92739c7a7590bf84569326e Mon Sep 17 00:00:00 2001 From: Adhemerval Zanella Date: Tue, 27 Jun 2023 11:16:59 -0300 Subject: config/glibc.conf: Remove libc_cv_forced_unwind=yes and libc_cv_c_cleanup=yes It has been removed in glibc 2.23. Change-Id: Ida743f9217725c62f3fd36a2a35538a99b0dd0c2 --- config/glibc.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') diff --git a/config/glibc.conf b/config/glibc.conf index 8d3bbc2d..cc027e7c 100644 --- a/config/glibc.conf +++ b/config/glibc.conf @@ -1,7 +1,7 @@ # If yes, only static linking will be used static_link=no -default_configure_flags="--disable-profile --with-gd=no --with-headers=${sysroots}/libc/usr/include libc_cv_forced_unwind=yes libc_cv_c_cleanup=yes --without-selinux --disable-werror" +default_configure_flags="--disable-profile --with-gd=no --with-headers=${sysroots}/libc/usr/include --without-selinux --disable-werror" # Add platform specific flags case ${target} in -- cgit v1.2.3