summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-04-29 08:41:13 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-04-29 08:41:13 +0200
commit023429a695e318bdbceef0ce5903060d361e15b2 (patch)
tree63dc4d49fb28f69d4d3888210c3da8fdb449c571 /mk
parent9d4bc97935f909eb31969f8ec40c9bb6698a5e3f (diff)
static linking is very package dependent, so do not handle it globally
Diffstat (limited to 'mk')
-rw-r--r--mk/vars.mk6
1 files changed, 0 insertions, 6 deletions
diff --git a/mk/vars.mk b/mk/vars.mk
index 7b9bbe462..a7c6e30b3 100644
--- a/mk/vars.mk
+++ b/mk/vars.mk
@@ -79,12 +79,6 @@ TARGET_CFLAGS:= $(TARGET_CFLAGS_ARCH) -fwrapv -fno-ident -fhonour-copts
TARGET_LDFLAGS:=
endif
-ifneq ($(ADK_STATIC),)
-TARGET_CFLAGS+= -static
-TARGET_CXXFLAGS+= -static
-TARGET_LDFLAGS+= -static
-endif
-
ifneq ($(ADK_TOOLCHAIN_GCC_USE_SSP),)
TARGET_CFLAGS+= -fstack-protector
TARGET_CXXFLAGS+= -fstack-protector