pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk powerpc64le is little endian.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a9151d1fd37d
branches:  trunk
changeset: 357916:a9151d1fd37d
user:      sevan <sevan%pkgsrc.org@localhost>
date:      Wed Feb 01 09:55:07 2017 +0000

description:
powerpc64le is little endian.

diffstat:

 mk/bsd.prefs.mk |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 6c5ab77b3608 -r a9151d1fd37d mk/bsd.prefs.mk
--- a/mk/bsd.prefs.mk   Wed Feb 01 09:54:21 2017 +0000
+++ b/mk/bsd.prefs.mk   Wed Feb 01 09:55:07 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.prefs.mk,v 1.388 2016/10/27 10:31:05 jperkin Exp $
+# $NetBSD: bsd.prefs.mk,v 1.389 2017/02/01 09:55:07 sevan Exp $
 #
 # This file includes the mk.conf file, which contains the user settings.
 #
@@ -769,8 +769,8 @@
 #
 _BIGENDIANCPUS=                coldfire hppa m68000 m68k mips64eb mipseb or1k \
                        powerpc powerpc64 sh3eb sparc sparc64
-_LITTLEENDIANCPUS=     alpha i386 ia64 mips64el mipsel riscv32 riscv64 \
-                       sh3el vax x86_64
+_LITTLEENDIANCPUS=     alpha i386 ia64 mips64el mipsel powerpc64le riscv32 \
+                       riscv64 sh3el vax x86_64
 
 # piles of ARM variants
 _ARMCPUS+=             arm earm earmhf earmv4 earmv5 earmv6 earmv6hf



Home | Main Index | Thread Index | Old Index