diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-29 08:41:13 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-29 08:41:13 +0200 |
commit | 023429a695e318bdbceef0ce5903060d361e15b2 (patch) | |
tree | 63dc4d49fb28f69d4d3888210c3da8fdb449c571 /mk | |
parent | 9d4bc97935f909eb31969f8ec40c9bb6698a5e3f (diff) |
static linking is very package dependent, so do not handle it globally
Diffstat (limited to 'mk')
-rw-r--r-- | mk/vars.mk | 6 |
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 |