Browse Source

unbreak perl compile for mips64 n32, not sure we still need to add this for some packages

Waldemar Brodkorb 8 years ago
parent
commit
14ae273978
1 changed files with 0 additions and 5 deletions
  1. 0 5
      mk/vars.mk

+ 0 - 5
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