From c9c60884afdfe24eceb42a59b83240e4b04a4e13 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 24 Sep 2003 08:33:01 +0000 Subject: Update. 2003-09-24 Ulrich Drepper * configure.in: Check for -fpie and -pie compiler options. * config.make.in (have-fpie): Define. * sysdeps/unix/sysv/linux/alpha/sys/sysmacros.h: Removed. * sysdeps/unix/sysv/linux/sparc/sys/sysmacros.h: Removed. --- nptl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nptl/Makefile') diff --git a/nptl/Makefile b/nptl/Makefile index cf438bbdb6..b0962dc662 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -261,7 +261,7 @@ endif modules-names = tst-atfork2mod tst-tls3mod tst-tls4moda tst-tls4modb \ tst-tls5mod tst-tls5moda tst-tls5modb tst-tls5modc \ tst-tls5modd tst-tls5mode tst-tls5modf \ - tst-_res1mod1 tst-_res1mod2 + tst-_res1mod1 tst-_res1mod2 tst-execstack-mod extra-objs += $(addsuffix .os,$(strip $(modules-names))) test-extras += $(modules-names) test-modules = $(addprefix $(objpfx),$(addsuffix .so,$(modules-names))) @@ -545,5 +545,5 @@ endif tst-exec4-ARGS = $(built-program-cmd) $(objpfx)tst-execstack: $(libdl) -$(objpfx)tst-execstack.out: $(elf-objpfx)tst-execstack-mod.so +$(objpfx)tst-execstack.out: $(objpfx)tst-execstack-mod.so LDFLAGS-tst-execstack = -Wl,-z,noexecstack -- cgit v1.2.3