Wed Feb 1 09:55:07 2017 UTC ()
powerpc64le is little endian.


(sevan)
diff -r1.388 -r1.389 pkgsrc/mk/bsd.prefs.mk

cvs diff -r1.388 -r1.389 pkgsrc/mk/bsd.prefs.mk (expand / switch to unified diff)

--- pkgsrc/mk/bsd.prefs.mk 2016/10/27 10:31:05 1.388
+++ pkgsrc/mk/bsd.prefs.mk 2017/02/01 09:55:07 1.389
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: bsd.prefs.mk,v 1.388 2016/10/27 10:31:05 jperkin Exp $ 1# $NetBSD: bsd.prefs.mk,v 1.389 2017/02/01 09:55:07 sevan Exp $
2# 2#
3# This file includes the mk.conf file, which contains the user settings. 3# This file includes the mk.conf file, which contains the user settings.
4# 4#
5# Packages should include this file before any of the .if directives, as 5# Packages should include this file before any of the .if directives, as
6# well as before modifying variables like CFLAGS, LDFLAGS, and so on. 6# well as before modifying variables like CFLAGS, LDFLAGS, and so on.
7# Otherwise the behavior may be unexpected. 7# Otherwise the behavior may be unexpected.
8# 8#
9# When mk.conf is included by this file, the following variables are 9# When mk.conf is included by this file, the following variables are
10# defined: 10# defined:
11# 11#
12# ACCEPTABLE_LICENSES 12# ACCEPTABLE_LICENSES
13# This variable is set to the list of Open Source licenses. See 13# This variable is set to the list of Open Source licenses. See
14# mk/license.mk for details. 14# mk/license.mk for details.
@@ -759,27 +759,27 @@ _SYS_VARS.dirs= WRKDIR DESTDIR PKG_SYSC @@ -759,27 +759,27 @@ _SYS_VARS.dirs= WRKDIR DESTDIR PKG_SYSC
759# Keywords: BROKEN_ON_PLATFORM 64bit 759# Keywords: BROKEN_ON_PLATFORM 64bit
760# 760#
761LP64PLATFORMS= *-*-aarch64 *-*-aarch64eb *-*-alpha *-*-ia64 \ 761LP64PLATFORMS= *-*-aarch64 *-*-aarch64eb *-*-alpha *-*-ia64 \
762 *-*-mips64eb *-*-mips64el *-*-powerpc64 *-*-riscv64 \ 762 *-*-mips64eb *-*-mips64el *-*-powerpc64 *-*-riscv64 \
763 *-*-sparc64 *-*-x86_64 763 *-*-sparc64 *-*-x86_64
764 764
765# Lists of big-endian and little-endian platforms, to be used with 765# Lists of big-endian and little-endian platforms, to be used with
766# BROKEN_ON_PLATFORM. 766# BROKEN_ON_PLATFORM.
767# 767#
768# Keywords: BROKEN_ON_PLATFORM little-endian big-endian endian 768# Keywords: BROKEN_ON_PLATFORM little-endian big-endian endian
769# 769#
770_BIGENDIANCPUS= coldfire hppa m68000 m68k mips64eb mipseb or1k \ 770_BIGENDIANCPUS= coldfire hppa m68000 m68k mips64eb mipseb or1k \
771 powerpc powerpc64 sh3eb sparc sparc64 771 powerpc powerpc64 sh3eb sparc sparc64
772_LITTLEENDIANCPUS= alpha i386 ia64 mips64el mipsel riscv32 riscv64 \ 772_LITTLEENDIANCPUS= alpha i386 ia64 mips64el mipsel powerpc64le riscv32 \
773 sh3el vax x86_64 773 riscv64 sh3el vax x86_64
774 774
775# piles of ARM variants 775# piles of ARM variants
776_ARMCPUS+= arm earm earmhf earmv4 earmv5 earmv6 earmv6hf 776_ARMCPUS+= arm earm earmhf earmv4 earmv5 earmv6 earmv6hf
777_ARMCPUS+= earmv7 earmv7hf aarch64 777_ARMCPUS+= earmv7 earmv7hf aarch64
778_BIGENDIANCPUS+= ${_ARMCPUS:S/$/eb/} 778_BIGENDIANCPUS+= ${_ARMCPUS:S/$/eb/}
779_LITTLEENDIANCPUS+= ${_ARMCPUS} 779_LITTLEENDIANCPUS+= ${_ARMCPUS}
780 780
781BIGENDIANPLATFORMS= ${_BIGENDIANCPUS:S/^/*-*-/} 781BIGENDIANPLATFORMS= ${_BIGENDIANCPUS:S/^/*-*-/}
782LITTLEENDIANPLATFORMS= ${_LITTLEENDIANCPUS:S/^/*-*-/} 782LITTLEENDIANPLATFORMS= ${_LITTLEENDIANCPUS:S/^/*-*-/}
783 783
784 784
785.endif # BSD_PKG_MK 785.endif # BSD_PKG_MK