From: Samuel Thibault Date: Tue, 14 Dec 2021 07:38:05 +0000 (+0100) Subject: hurd: Do not set PIE_UNSUPPORTED X-Git-Tag: glibc-2.35~247 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec06717856d361e503df1813168b8c5c9f7c1eec;p=thirdparty%2Fglibc.git hurd: Do not set PIE_UNSUPPORTED This is now supported. --- diff --git a/sysdeps/mach/hurd/configure b/sysdeps/mach/hurd/configure index 3303e5dff8e..8d0702ad438 100644 --- a/sysdeps/mach/hurd/configure +++ b/sysdeps/mach/hurd/configure @@ -49,9 +49,3 @@ fi # Hurd has libpthread as a separate library. pthread_in_libc=no - -# Hurd build needs to be updated to support static pie, see: -# https://sourceware.org/bugzilla/show_bug.cgi?id=28671 -$as_echo "#define PIE_UNSUPPORTED 1" >>confdefs.h - -# work around problem with autoconf and empty lines at the end of files diff --git a/sysdeps/mach/hurd/configure.ac b/sysdeps/mach/hurd/configure.ac index 022c2eff79f..82d085af337 100644 --- a/sysdeps/mach/hurd/configure.ac +++ b/sysdeps/mach/hurd/configure.ac @@ -29,8 +29,3 @@ fi # Hurd has libpthread as a separate library. pthread_in_libc=no - -# Hurd build needs to be updated to support static pie, see: -# https://sourceware.org/bugzilla/show_bug.cgi?id=28671 -AC_DEFINE(PIE_UNSUPPORTED) -# work around problem with autoconf and empty lines at the end of files