]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
hurd: Do not set PIE_UNSUPPORTED
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Tue, 14 Dec 2021 07:38:05 +0000 (08:38 +0100)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Tue, 14 Dec 2021 07:38:05 +0000 (08:38 +0100)
This is now supported.

sysdeps/mach/hurd/configure
sysdeps/mach/hurd/configure.ac

index 3303e5dff8ef5ecfcf5cfb91b5c2659315d57629..8d0702ad438d1c0a23993d34668bcd6276e85233 100644 (file)
@@ -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
index 022c2eff79fc0d087875934cdfe672deaf64af1d..82d085af33701aa27f0177a88b5a8209c1d260f9 100644 (file)
@@ -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