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

_______________________________________________
config-patches mailing list
config-patches@gnu.org
https://lists.gnu.org/mailman/listinfo/config-patches

Reply via email to