pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/gnu-config Fix support for NetBSD mips64 targets.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7fdc2f64233b
branches:  trunk
changeset: 317016:7fdc2f64233b
user:      jklos <jklos%pkgsrc.org@localhost>
date:      Wed Dec 26 19:00:00 2018 +0000

description:
Fix support for NetBSD mips64 targets.

diffstat:

 mk/gnu-config/config.sub |  3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diffs (13 lines):

diff -r ae95261a821e -r 7fdc2f64233b mk/gnu-config/config.sub
--- a/mk/gnu-config/config.sub  Wed Dec 26 18:48:17 2018 +0000
+++ b/mk/gnu-config/config.sub  Wed Dec 26 19:00:00 2018 +0000
@@ -1029,6 +1029,9 @@
        mips3*-*)
                cpu=mips64
                ;;
+       mips64*-*)
+               cpu=mips64
+               ;;
        ms1-*)
                cpu=mt
                ;;



Home | Main Index | Thread Index | Old Index