Explorar el Código

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

Waldemar Brodkorb hace 8 años
padre
commit
14ae273978
Se han modificado 1 ficheros con 0 adiciones y 5 borrados
  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