Message ID | 20211214073837.2048772-1-samuel.thibault@ens-lyon.org |
---|---|
State | Committed, archived |
Headers | show |
Series | [hurd,commited] hurd: Do not set PIE_UNSUPPORTED | expand |
Context | Check | Description |
---|---|---|
dj/TryBot-apply_patch | fail | Patch failed to apply to master at the time it was sent |
dj/TryBot-32bit | fail | Patch series failed to apply |
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