From 7b91359b2cb44b56478e7a5ef9070737fa266656 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 26 Jul 2008 22:22:24 +0000 Subject: * Makeconfig: Define pie-ccflag and PIE-ccflag variables. * elf/Makefile: Use pie-ccflag variable. * nscd/Makefile: Likewise. * sysdeps/sparc/Makefile: Set $(pie-ccflag) to -fPIE. --- sysdeps/sparc/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sysdeps/sparc') diff --git a/sysdeps/sparc/Makefile b/sysdeps/sparc/Makefile index 9fa5324..73b9265 100644 --- a/sysdeps/sparc/Makefile +++ b/sysdeps/sparc/Makefile @@ -1,6 +1,8 @@ # The Sparc `long double' is a distinct type we support. long-double-fcts = yes +pie-ccflag = -fPIE + ifeq ($(subdir),gmon) sysdep_routines += sparc-mcount endif -- cgit v1.1