From 237277e9a8133c64026b736b1427141e71655330 Mon Sep 17 00:00:00 2001
From: "Peter S. Mazinger" <ps.m@gmx.net>
Date: Thu, 27 Oct 2005 22:58:52 +0000
Subject: Moved guard_setup to dl-osinfo.h (used commonly by ldso and libc).
 Renamed to _dl_setup_stack_chk_guard, as in glibc. SSP requires now
 binutils-2.16.1 and newer. Add NOT_IN_libc/IS_IN_libc. Began using -DSHARED
 in uClibc_main.c, there are more candidates in there. Move back
 dl_protect_relro to it's earlier place.

---
 librt/Makefile.in | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

(limited to 'librt')

diff --git a/librt/Makefile.in b/librt/Makefile.in
index aada591d9..4e9135b30 100644
--- a/librt/Makefile.in
+++ b/librt/Makefile.in
@@ -19,13 +19,11 @@ librt_SRC:=$(wildcard $(librt_DIR)/*.c)
 librt_OBJ:=$(patsubst $(librt_DIR)/%.c,$(librt_OUT)/%.o,$(librt_SRC))
 
 librt-a-y:=$(librt_OBJ)
-librt-a-pic-y:=$(librt_OBJ:.o=.os)
 librt-so-y:=$(librt_OBJ:.o=.os)
 
-#librt-multi-y+=$(librt_SRC)
+librt-multi-y+=$(librt_SRC)
 
 objclean-y+=librt_clean
 
 lib-a-y+=$(top_builddir)lib/librt.a
-lib-a-pic-y+=$(top_builddir)lib/librt.a
 lib-so-y+=$(top_builddir)lib/librt.so
-- 
cgit v1.2.3