From 237277e9a8133c64026b736b1427141e71655330 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" 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. --- libresolv/Makefile.in | 2 -- 1 file changed, 2 deletions(-) (limited to 'libresolv/Makefile.in') diff --git a/libresolv/Makefile.in b/libresolv/Makefile.in index 644c96e86..06938da9b 100644 --- a/libresolv/Makefile.in +++ b/libresolv/Makefile.in @@ -16,7 +16,6 @@ libresolv_SRC:=$(libresolv_DIR)/resolv.c libresolv_OBJ:=$(patsubst $(libresolv_DIR)/%.c,$(libresolv_OUT)/%.o,$(libresolv_SRC)) libresolv-a-y:=$(libresolv_OBJ) -libresolv-a-pic-y:=$(libresolv_OBJ:.o=.os) libresolv-so-y:=$(libresolv_OBJ:.o=.os) libresolv-multi-y:=$(libresolv_SRC) @@ -24,5 +23,4 @@ libresolv-multi-y:=$(libresolv_SRC) objclean-y+=libresolv_clean lib-a-y+=$(top_builddir)lib/libresolv.a -lib-a-pic-y+=$(top_builddir)lib/libresolv.a lib-so-y+=$(top_builddir)lib/libresolv.so -- cgit v1.2.3