[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[patches] New GLIBC's makefiles variable: others-pie



GLIBC uses that variable for now and this patch includes <others-pie>
in EGLIBC's option-groups system.

Please apply it.

===================================================================
--- Makerules	(revision 14547)
+++ Makerules	(working copy)
@@ -420,6 +420,7 @@
 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)
Index: ChangeLog.eglibc
Index: nscd/Makefile
===================================================================
--- nscd/Makefile	(revision 14547)
+++ nscd/Makefile	(working copy)
@@ -46,7 +46,7 @@
 ifeq ($(have-thread-library),yes)

 others-$(OPTION_EGLIBC_INET) += nscd
-others-pie += nscd
+others-pie-$(OPTION_EGLIBC_INET) += nscd
 install-sbin-$(OPTION_EGLIBC_INET) += nscd

 extra-objs-$(OPTION_EGLIBC_INET) += $(nscd-modules:=.o)
Index: option-groups.mak
===================================================================
--- option-groups.mak	(revision 14547)
+++ option-groups.mak	(working copy)
@@ -34,6 +34,7 @@
 install-others-y    :=
 install-sbin-y 	    :=
 others-y       	    :=
+others-pie-y        :=
 routines-y     	    :=
 test-srcs-y    	    :=
 tests-y        	    :=
Index: Makerules
===================================================================
--- ChangeLog.eglibc	(revision 14547)
+++ ChangeLog.eglibc	(working copy)
@@ -1,3 +1,10 @@
+2011-07-14  Denis Zaitceff  <zaitceff@xxxxxxxxx>
+
+	* Makerules (others-pie): Involve this new variable into EGLIBC's
+	build system.
+	* nscd/Makefile: Ditto.
+	* option-groups.mak (others-pie-y): Add the variable.
+
 2011-07-06  Sebastan Andrzej Siewior  <bigeasy@xxxxxxxxxxxxx>

 	* sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__