public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [hurd,commited] hurd: Do not set PIE_UNSUPPORTED
@ 2021-12-14  7:38 Samuel Thibault
  0 siblings, 0 replies; only message in thread
From: Samuel Thibault @ 2021-12-14  7:38 UTC (permalink / raw)
  To: libc-alpha; +Cc: Samuel Thibault, commit-hurd

This is now supported.
---
 sysdeps/mach/hurd/configure    | 6 ------
 sysdeps/mach/hurd/configure.ac | 5 -----
 2 files changed, 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
-- 
2.33.0


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-12-14  7:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-14  7:38 [hurd,commited] hurd: Do not set PIE_UNSUPPORTED Samuel Thibault

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).