summaryrefslogtreecommitdiff
path: root/libc/csu
diff options
context:
space:
mode:
authorjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2010-03-28 16:57:23 +0000
committerjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2010-03-28 16:57:23 +0000
commit997fd080703888ed1ae2e6ab6cdf72bb903a7eff (patch)
treed3f70c239f6bfd16577e2cd3ef6643ced029ba28 /libc/csu
parent30feca091914f8d41f452394367677bfe56b3316 (diff)
* csu/Makefile: Include option-groups.mak.
git-svn-id: svn://svn.eglibc.org/trunk@10129 7b3dc134-2b1b-0410-93df-9e9f96275f8d
Diffstat (limited to 'libc/csu')
-rw-r--r--libc/csu/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/csu/Makefile b/libc/csu/Makefile
index 2aa4736ea..b9aa3ca19 100644
--- a/libc/csu/Makefile
+++ b/libc/csu/Makefile
@@ -24,6 +24,8 @@
# to make the .init and .fini sections work right; both these files are
# built (in an arcane manner) from initfini.c.
+include ../option-groups.mak
+
subdir := csu
routines = init-first libc-start $(libc-init) sysdep version check_fds \