summaryrefslogtreecommitdiff
path: root/libc/Makerules
diff options
context:
space:
mode:
authorjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2011-07-22 12:51:53 +0000
committerjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2011-07-22 12:51:53 +0000
commit1ad42678e8962a28b72b9e862c1360eee289ed26 (patch)
tree076cb582beb4ee28ce2c2bf03666d016336cceac /libc/Makerules
parent9032e919a7ec52edf25516ddf3e3025722c6b683 (diff)
downloadeglibc2-1ad42678e8962a28b72b9e862c1360eee289ed26.tar.gz
2011-07-22 Denis Zaitceff <zaitceff@gmail.com>
* Makerules (others-pie): Involve this new variable into EGLIBC's build system. * nscd/Makefile: Ditto. * option-groups.mak (others-pie-y): Add the variable. git-svn-id: svn://svn.eglibc.org/trunk@14656 7b3dc134-2b1b-0410-93df-9e9f96275f8d
Diffstat (limited to 'libc/Makerules')
-rw-r--r--libc/Makerules1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/Makerules b/libc/Makerules
index 1e7936895..f12679354 100644
--- a/libc/Makerules
+++ b/libc/Makerules
@@ -420,6 +420,7 @@ install-others += $(install-others-y)
install-sbin += $(install-sbin-y)
modules += $(modules-y)
others += $(others-y)
+others-pie += $(others-pie-y)
routines += $(routines-y)
static-only-routines += $(static-only-routines-y)
sysdep_routines += $(sysdep_routines-y)