diff options
| author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2006-08-22 02:42:47 +0000 |
|---|---|---|
| committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2006-08-22 02:42:47 +0000 |
| commit | a6624c7cb7f47281f01834c00d31322dfe9b16f2 (patch) | |
| tree | 8f9619816ca742397dc8ef00048607184c980a96 /libc/stdlib/Makefile.in | |
| parent | 7eac2221e41a367288359189d4bc557ae367c01a (diff) | |
| download | uClibc-alpine-a6624c7cb7f47281f01834c00d31322dfe9b16f2.tar.bz2 uClibc-alpine-a6624c7cb7f47281f01834c00d31322dfe9b16f2.tar.xz | |
Merge from trunk.
Diffstat (limited to 'libc/stdlib/Makefile.in')
| -rw-r--r-- | libc/stdlib/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libc/stdlib/Makefile.in b/libc/stdlib/Makefile.in index 202e25df2..e6948849b 100644 --- a/libc/stdlib/Makefile.in +++ b/libc/stdlib/Makefile.in @@ -1,6 +1,5 @@ # Makefile for uClibc # -# Copyright (C) 2000 by Lineo, inc. # Copyright (C) 2000-2006 Erik Andersen <andersen@uclibc.org> # # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. @@ -78,6 +77,8 @@ STDLIB_SRC := $(patsubst %.c,$(STDLIB_DIR)/%.c,$(CSRC)) STDLIB_OBJ := $(patsubst %.c,$(STDLIB_OUT)/%.o,$(CSRC)) libc-y += $(STDLIB_OBJ) +libc-a-y += $(STDLIB_OBJ) +libc-so-y += $(STDLIB_OBJ:.o=.os) libc-static-y += $(STDLIB_OUT)/atexit.o # this should always be the PIC version, because it could be used in shared libs libc-nonshared-y += $(STDLIB_OUT)/atexit.os |
