Skip to content

hostArch/ARCH is ambiguous #69

@mahaase

Description

@mahaase

elif m.startswith("aarch64"):
return "arm64"

e.g. if we build on an aarch64 host system, we get the error, that there is no arm64-linux-gnu-toolchain. for building openssl or linux-libc-headers we need the ARCH string "arm64".

I guess we should set hostArch to aarch64 (for usage in AUTOCONF_* and because it is the result of uname -a) and map in recipes the value to arm64 if necessary.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions