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: Sat, 5 Jan 2019 06:11:59 +0000 (UTC)

Hello,

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
                ;;

I'm not sure why this change is needed. config.sub works fine already:

$ sh config.sub mips64-netbsd
mips64-unknown-netbsd

Sorry - I should've included the extra bit:

sh config.sub mips64eb-unknown-netbsd8.0
Invalid configuration `mips64eb-unknown-netbsd8.0': machine `mips64eb-unknown' 
not recognized

Thanks!
John



reply via email to

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