config-patches
[Top][All Lists]
Advanced

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

Re: config.guess change


From: John Klos
Subject: Re: config.guess change
Date: Mon, 31 Dec 2018 19:56:02 +0000 (UTC)

Hello, GNU folks,

Would you please include an entry in config.sub for NetBSD mips64 targets? For us, $cpu is mips64 and $vendor is unknown.

--- pkgsrc/mk/gnu-config/config.sub     2018/09/16 10:38:48     1.20
+++ pkgsrc/mk/gnu-config/config.sub     2018/12/26 19:00:00     1.21
@@ -1029,6 +1029,9 @@ case $cpu-$vendor in
        mips3*-*)
                cpu=mips64
                ;;
+       mips64*-*)
+               cpu=mips64
+               ;;
        ms1-*)
                cpu=mt
                ;;

Thanks,
John Klos



reply via email to

[Prev in Thread] Current Thread [Next in Thread]