Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CMakeLists.txt: Support x86_64 ARCH #2971

Merged
merged 1 commit into from
Feb 3, 2025
Merged

Conversation

alistair23
Copy link
Contributor

Yocto/OpenEmbedded usses "x86_64" for the 64-bit x86 architecture, which currently isn't supported by libspdm. As it's a common name for the architecture let's add support for "x86_64" as the ARCH.

Yocto/OpenEmbedded usses "x86_64" for the 64-bit x86 architecture, which
currently isn't supported by libspdm. As it's a common name for the
architecture let's add support for "x86_64" as the ARCH.

Signed-off-by: Alistair Francis <[email protected]>
@steven-bellock
Copy link
Contributor

@alistair23 this is so that in Yocto/OpenEmbedded it can pass its "ARCH" field to libspdm without having to transform it?

@steven-bellock steven-bellock added the build Build system label Jan 29, 2025
@alistair23
Copy link
Contributor Author

@alistair23 this is so that in Yocto/OpenEmbedded it can pass its "ARCH" field to libspdm without having to transform it?

Yeah. Although I suspect it's not just Yocto/OE as it's a common name for 64-bit x86. I just haven't tried to package libspdm in other distros yet

@jyao1 jyao1 merged commit 5f0c665 into DMTF:main Feb 3, 2025
97 checks passed
@alistair23 alistair23 deleted the alistair/cmake branch February 3, 2025 12:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Build system
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants