1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-30 22:43:12 +03:00

* 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.
This commit is contained in:
Ulrich Drepper
2008-07-26 22:22:24 +00:00
parent 3f414923cf
commit 7b91359b2c
7 changed files with 18 additions and 5 deletions

View File

@ -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