Skip to content

enable machine specific flags on x86_64 only#105

Open
emollier wants to merge 1 commit intoROCm:masterfrom
emollier:multiarch-support
Open

enable machine specific flags on x86_64 only#105
emollier wants to merge 1 commit intoROCm:masterfrom
emollier:multiarch-support

Conversation

@emollier
Copy link
Copy Markdown
Contributor

When attempting to build on non x86_64 targets, the compiler chokes on
the -m* machine specific flags, which work only with x86_64
processors. This change allows non x86_64 to build rocm_smi_lib with
their own generic options without altering the behavior for x86_64
targets.

Signed-off-by: Étienne Mollier emollier@debian.org

When attempting to build on non x86_64 targets, the compiler chokes on
the -m* machine specific flags, which work only with x86_64
processors.  This change allows non x86_64 to build rocm_smi_lib with
their own generic options without altering the behavior for x86_64
targets.

Signed-off-by: Étienne Mollier <emollier@debian.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant