config-patches
[Top][All Lists]
Advanced

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

Re: [PATCH] build-aux/config.guess: Add current Haiku targets arm, arm64


From: Alexander von Gluck IV
Subject: Re: [PATCH] build-aux/config.guess: Add current Haiku targets arm, arm64, riscv64
Date: Tue, 24 May 2022 22:32:53 +0000

May 24, 2022 5:02 PM, "Dmitry V. Levin" <ldv@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

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