summaryrefslogtreecommitdiff
path: root/libc/Makerules
diff options
context:
space:
mode:
authorjimb <jimb@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2007-03-31 20:51:14 +0000
committerjimb <jimb@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2007-03-31 20:51:14 +0000
commitd95b027c933b1c5dac5f92cf8f5397f7486dd0ac (patch)
treed22616991999bfb842e8c6f8865f7730db445a3e /libc/Makerules
parent204194d8d7f979c376d7dfba3294f3c0d9d1136a (diff)
downloadeglibc2-d95b027c933b1c5dac5f92cf8f5397f7486dd0ac.tar.gz
Add the OPTION_EGLIBC_LIBM option group.
* option-groups.def (OPTION_EGLIBC_LIBM): New entry. * option-groups.defaults (OPTION_EGLIBC_LIBM): Set default value. * math/Makefile: include ../option-groups.mak. Add libm to OPTION_EGLIBC_LIBM option group. * Makerules (extra-libs, extra-libs-others): Let option groups control these values, too. git-svn-id: svn://svn.eglibc.org/trunk@1862 7b3dc134-2b1b-0410-93df-9e9f96275f8d
Diffstat (limited to 'libc/Makerules')
-rw-r--r--libc/Makerules18
1 files changed, 10 insertions, 8 deletions
diff --git a/libc/Makerules b/libc/Makerules
index 6eebc10e4..0b99ac781 100644
--- a/libc/Makerules
+++ b/libc/Makerules
@@ -406,14 +406,16 @@ endef
endif
# Include targets in the selected option groups.
-routines += $(routines-y)
-others += $(others-y)
-install-bin += $(install-bin-y)
-install-sbin += $(install-sbin-y)
-extra-objs += $(extra-objs-y)
-tests += $(tests-y)
-xtests += $(xtests-y)
-test-srcs += $(test-srcs-y)
+routines += $(routines-y)
+others += $(others-y)
+extra-libs += $(extra-libs-y)
+extra-libs-others += $(extra-libs-others-y)
+install-bin += $(install-bin-y)
+install-sbin += $(install-sbin-y)
+extra-objs += $(extra-objs-y)
+tests += $(tests-y)
+xtests += $(xtests-y)
+test-srcs += $(test-srcs-y)
# Modify the list of routines we build for different targets