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

[commits] r14657 - in /branches/eglibc-2_14/libc: ChangeLog.eglibc Makerules nscd/Makefile option-groups.mak



Author: joseph
Date: Fri Jul 22 05:52:38 2011
New Revision: 14657

Log:
2011-07-22  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.

Modified:
    branches/eglibc-2_14/libc/ChangeLog.eglibc
    branches/eglibc-2_14/libc/Makerules
    branches/eglibc-2_14/libc/nscd/Makefile
    branches/eglibc-2_14/libc/option-groups.mak

Modified: branches/eglibc-2_14/libc/ChangeLog.eglibc
==============================================================================
--- branches/eglibc-2_14/libc/ChangeLog.eglibc (original)
+++ branches/eglibc-2_14/libc/ChangeLog.eglibc Fri Jul 22 05:52:38 2011
@@ -1,3 +1,10 @@
+2011-07-22  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__

Modified: branches/eglibc-2_14/libc/Makerules
==============================================================================
--- branches/eglibc-2_14/libc/Makerules (original)
+++ branches/eglibc-2_14/libc/Makerules Fri Jul 22 05:52:38 2011
@@ -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)

Modified: branches/eglibc-2_14/libc/nscd/Makefile
==============================================================================
--- branches/eglibc-2_14/libc/nscd/Makefile (original)
+++ branches/eglibc-2_14/libc/nscd/Makefile Fri Jul 22 05:52:38 2011
@@ -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)

Modified: branches/eglibc-2_14/libc/option-groups.mak
==============================================================================
--- branches/eglibc-2_14/libc/option-groups.mak (original)
+++ branches/eglibc-2_14/libc/option-groups.mak Fri Jul 22 05:52:38 2011
@@ -34,6 +34,7 @@
 install-others-y    :=
 install-sbin-y 	    :=
 others-y       	    :=
+others-pie-y   	    :=
 routines-y     	    :=
 test-srcs-y    	    :=   
 tests-y        	    :=