diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2021-12-14 08:38:05 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2021-12-14 08:38:05 +0100 |
commit | ec06717856d361e503df1813168b8c5c9f7c1eec (patch) | |
tree | 4b63585a8b38d41e637624ebc11e3429f3c140fb | |
parent | 1f3d4607613d4b11064947673ac3fd59127b1905 (diff) | |
download | glibc-ec06717856d361e503df1813168b8c5c9f7c1eec.tar glibc-ec06717856d361e503df1813168b8c5c9f7c1eec.tar.gz glibc-ec06717856d361e503df1813168b8c5c9f7c1eec.tar.bz2 glibc-ec06717856d361e503df1813168b8c5c9f7c1eec.zip |
hurd: Do not set PIE_UNSUPPORTED
This is now supported.
-rw-r--r-- | sysdeps/mach/hurd/configure | 6 | ||||
-rw-r--r-- | sysdeps/mach/hurd/configure.ac | 5 |
2 files changed, 0 insertions, 11 deletions
diff --git a/sysdeps/mach/hurd/configure b/sysdeps/mach/hurd/configure index 3303e5dff8..8d0702ad43 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 022c2eff79..82d085af33 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 |