config-patches
[Top][All Lists]
Advanced

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

Re: config.guess change


From: Ben Elliston
Subject: Re: config.guess change
Date: Tue, 1 Jan 2019 08:32:16 +1100
User-agent: NeoMutt/20170609 (1.8.3)

Hi John

> 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

Cheers, Ben

Attachment: signature.asc
Description: PGP signature


reply via email to

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