Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/mk/platform/Linux.mk,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/mk/platform/Linux.mk,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.61 retrieving revision 1.62 diff -u -p -r1.61 -r1.62 --- pkgsrc/mk/platform/Linux.mk 2015/04/21 17:01:56 1.61 +++ pkgsrc/mk/platform/Linux.mk 2015/05/08 20:28:30 1.62 @@ -1,4 +1,4 @@ -# $NetBSD: Linux.mk,v 1.61 2015/04/21 17:01:56 joerg Exp $ +# $NetBSD: Linux.mk,v 1.62 2015/05/08 20:28:30 sevan Exp $ # # Variable definitions for the Linux operating system. @@ -112,6 +112,11 @@ ABI?= 64 LIBABISUFFIX?= 64 .endif +.if ${MACHINE_ARCH} == "powerpc64le" +ABI?= 64 +LIBABISUFFIX?= 64 +.endif + # When building 32-bit packages on x86_64 GNU ld isn't smart enough to # figure out the target architecture based on the objects so we need to # explicitly set it.