-
Notifications
You must be signed in to change notification settings - Fork 574
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
i#7334: Set package name for on-arm builds (#7335)
Today the package platform name assumes x86 and is overridden for cross-compile jobs only in package.cmake. So a package build on an arm machine has an x86 name like 'DynamoRIO-x86_64-Linux-11.90.20152.tar.gz". We fix that here to support building packages on arm machines directly. Tested on an aarch64 machine where this fix produces the name "DynamoRIO-AArch64-Linux-11.90.20152.tar.gz". Fixes #7334
- Loading branch information
1 parent
111b344
commit 6d04dd1
Showing
1 changed file
with
27 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters