From a660ece98c5a924a6dc29379419fdcb113451319 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Wed, 14 Nov 2007 09:31:26 +0000 Subject: * Don't build PIE executables on m68k (closes: #451192). --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index e69fa652e..13363341e 100755 --- a/debian/rules +++ b/debian/rules @@ -30,7 +30,7 @@ ifeq ($(DEB_HOST_ARCH_CPU),) endif ifneq (,$(findstring :$(DEB_HOST_ARCH_OS):,:linux:knetbsd:)) - ifneq ($(DEB_HOST_ARCH_CPU),hppa) + ifeq (,$(findstring :$(DEB_HOST_ARCH_CPU):,:hppa:m68k:)) # Use position-independent executables to take advantage of address space # layout randomisation. TODO: This should be done in configure. PIE_CFLAGS := -fPIE -- cgit v1.2.3