diff options
author | Guillem Jover <guillem@debian.org> | 2018-01-13 02:34:46 +0100 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2018-01-16 11:24:56 +0100 |
commit | 81591e0f2590052ff221964c8c554bbbd39763b5 (patch) | |
tree | 7b58e14b9dd3abe1db91561064489dfccf9d759c /scripts | |
parent | ee0855cc66076691de4796be48f8a0d889fde001 (diff) | |
download | dpkg-81591e0f2590052ff221964c8c554bbbd39763b5.tar.gz |
Dpkg::Vendor::Debian: Mark hurd-i386 as having built-in PIE support
Requested-by: Samuel Thibault <sthibault@debian.org>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/Dpkg/Vendor/Debian.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Dpkg/Vendor/Debian.pm b/scripts/Dpkg/Vendor/Debian.pm index 980597b5c..08ed8250d 100644 --- a/scripts/Dpkg/Vendor/Debian.pm +++ b/scripts/Dpkg/Vendor/Debian.pm @@ -267,7 +267,7 @@ sub _add_build_flags { # Mask builtin features that are not enabled by default in the compiler. my %builtin_pie_arch = map { $_ => 1 } qw( - amd64 arm64 armel armhf i386 kfreebsd-amd64 kfreebsd-i386 + amd64 arm64 armel armhf hurd-i386 i386 kfreebsd-amd64 kfreebsd-i386 mips mipsel mips64el powerpc ppc64 ppc64el s390x sparc sparc64 ); if (not exists $builtin_pie_arch{$arch}) { |