pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/gnu-config Add mipsn64{eb,el} - the full 64bit user...
details: https://anonhg.NetBSD.org/pkgsrc/rev/219c41252e96
branches: trunk
changeset: 384596:219c41252e96
user: martin <martin%pkgsrc.org@localhost>
date: Fri Sep 02 09:06:44 2022 +0000
description:
Add mipsn64{eb,el} - the full 64bit userland variants of NetBSD 64 bit
mips setups (that otherwise use 32bit userland)
diffstat:
mk/gnu-config/config.guess | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diffs (12 lines):
diff -r db4231fe26e7 -r 219c41252e96 mk/gnu-config/config.guess
--- a/mk/gnu-config/config.guess Fri Sep 02 07:37:41 2022 +0000
+++ b/mk/gnu-config/config.guess Fri Sep 02 09:06:44 2022 +0000
@@ -210,6 +210,8 @@
aarch64eb) machine=aarch64_be-unknown ;;
armeb) machine=armeb-unknown ;;
arm*) machine=arm-unknown ;;
+ mipsn64eb) machine=mips64-unknown ;;
+ mipsn64el) machine=mips64el-unknown ;;
sh3el) machine=shl-unknown ;;
sh3eb) machine=sh-unknown ;;
sh5el) machine=sh5le-unknown ;;
Home |
Main Index |
Thread Index |
Old Index