diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2005-09-23 19:52:33 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2005-09-23 19:52:33 +0000 |
commit | 593d5a1557d4921624575fe2b4d4904d30414bb6 (patch) | |
tree | 9a9b64592f52ff6dc3866e77c3fd936a9789fc6a /Makefile | |
parent | d886583eb07ed28c1ef0c1acb6417e1a69c0b565 (diff) |
New ssp code using syscalls where possible.
Moved guard_setup to __uClibc_main.c, the only place where it is called.
Removed SIGKILL option, not usable with sigaction.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -166,6 +166,7 @@ install_dev: fi ; \ tar -chf - include --exclude .svn --exclude CVS $$extra_exclude \ | tar -xf - -C $(PREFIX)$(DEVEL_PREFIX) + $(RM) $(PREFIX)$(DEVEL_PREFIX)include/ssp-internal.h ifneq ($(strip $(UCLIBC_HAS_FLOATS)),y) # Remove floating point related headers since float support is disabled. $(RM) $(PREFIX)$(DEVEL_PREFIX)include/complex.h |