summaryrefslogtreecommitdiff
path: root/mk/vars.mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-02-10 19:51:11 +0100
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-02-10 19:51:11 +0100
commit14ae2739783f82f112a3a964cc16911d995cd6d7 (patch)
treed62fb5bf4163724e7d635633fc40a61d33b62d62 /mk/vars.mk
parente8c6eae9c1227b3481f70ebbc526056193d10c4f (diff)
unbreak perl compile for mips64 n32, not sure we still need to add this for some packages
Diffstat (limited to 'mk/vars.mk')
-rw-r--r--mk/vars.mk5
1 files changed, 0 insertions, 5 deletions
diff --git a/mk/vars.mk b/mk/vars.mk
index 4717655bb..38a2e9393 100644
--- a/mk/vars.mk
+++ b/mk/vars.mk
@@ -108,11 +108,6 @@ TARGET_AR:= ${TARGET_COMPILER_PREFIX}ar
TARGET_RANLIB:= ${TARGET_COMPILER_PREFIX}ranlib
endif
-ifneq ($(ADK_TARGET_ABI_CFLAGS),)
-TARGET_CC+= $(ADK_TARGET_ABI_CFLAGS)
-TARGET_CXX+= $(ADK_TARGET_ABI_CFLAGS)
-endif
-
TARGET_CPPFLAGS:=
TARGET_CFLAGS:= -fwrapv -fno-ident
TARGET_CXXFLAGS:= -fwrapv -fno-ident