Shared library support

Infrastructure for building independent shared library targets.

Based on work created by the PaX Team.

Signed-off-by: Emese Revfy <re.emese@gmail.com>
Acked-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Michal Marek <mmarek@suse.com>
This commit is contained in:
Emese Revfy
2016-05-24 00:08:25 +02:00
zatwierdzone przez Michal Marek
rodzic 1a695a905c
commit 2440387431
3 zmienionych plików z 58 dodań i 3 usunięć

Wyświetl plik

@@ -60,7 +60,7 @@ endif
endif
# Do not include host rules unless needed
ifneq ($(hostprogs-y)$(hostprogs-m),)
ifneq ($(hostprogs-y)$(hostprogs-m)$(hostlibs-y)$(hostlibs-m)$(hostcxxlibs-y)$(hostcxxlibs-m),)
include scripts/Makefile.host
endif