May 24, 2022 5:02 PM, "Dmitry V. Levin" <l...@altlinux.org> wrote:
> 
> OK, could you post the final patch, please?

Can do.
These evaluate in order right?

If I implement it like this we can keep future patches to a minimum:

    BePC:Haiku:*:*)     # Haiku running on Intel PC compatible.
        GUESS=i586-pc-haiku
        ;;
    *:Haiku:*:*)        # Haiku modern gcc (not bound by BeOS compat)
        GUESS=$UNAME_MACHINE-unknown-haiku
        ;;

 -- Alex

Reply via email to