diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2005-10-27 22:58:52 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2005-10-27 22:58:52 +0000 |
commit | 237277e9a8133c64026b736b1427141e71655330 (patch) | |
tree | 43d2f15804d486c56d7fba35c97b6d38ccc9fc6d /libnsl | |
parent | 6e3a0044cc3b4d6f3f13f2d9d1d0a83d60ca800f (diff) |
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.
Diffstat (limited to 'libnsl')
-rw-r--r-- | libnsl/Makefile.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libnsl/Makefile.in b/libnsl/Makefile.in index ab3745382..b4dcefae2 100644 --- a/libnsl/Makefile.in +++ b/libnsl/Makefile.in @@ -16,7 +16,6 @@ libnsl_SRC:=$(libnsl_DIR)/nsl.c libnsl_OBJ:=$(patsubst $(libnsl_DIR)/%.c,$(libnsl_OUT)/%.o,$(libnsl_SRC)) libnsl-a-y:=$(libnsl_OBJ) -libnsl-a-pic-y:=$(libnsl_OBJ:.o=.os) libnsl-so-y:=$(libnsl_OBJ:.o=.os) libnsl-multi-y:=$(libnsl_SRC) @@ -24,5 +23,4 @@ libnsl-multi-y:=$(libnsl_SRC) objclean-y+=libnsl_clean lib-a-y+=$(top_builddir)lib/libnsl.a -lib-a-pic-y+=$(top_builddir)lib/libnsl.a lib-so-y+=$(top_builddir)lib/libnsl.so |