distrust/toolchain
Archived
4
3
Fork
You've already forked toolchain
3

Normalize HOST_ARCH #4

Closed
rno wants to merge 0 commits from rno/toolchain:rno/normarch into master
pull from: rno/toolchain:rno/normarch
merge into: distrust:master
distrust:master
distrust:ryansquared/restrict-packages-to-snapshot
distrust:jack-non-interactive
distrust:jack-experiments
First-time contributor
Copy link

Tested on an M1 Macbook, HOST_ARCH is returned as arm64. This normalizes HOST_ARCH to aarch64.

To test I manually added a small "arch" target:

.PHONY: arch
arch:
	@echo $(HOST_OS)-$(HOST_ARCH)

make arch returns darwin-arm64 before this change, and darwin-aarch64 after.

Tested on an M1 Macbook, `HOST_ARCH` is returned as `arm64`. This normalizes HOST_ARCH to `aarch64`. To test I manually added a small "arch" target: ``` .PHONY: arch arch: @echo $(HOST_OS)-$(HOST_ARCH) ``` `make arch` returns `darwin-arm64` before this change, and `darwin-aarch64` after.

merged

merged
lrvick closed this pull request 2023年05月03日 22:18:34 +02:00
Commenting is not possible because the repository is archived.
No reviewers
Labels
Clear labels
No items
No labels
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
2 participants Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
distrust/toolchain!4
Reference in a new issue
distrust/toolchain
No description provided.
Delete branch "rno/toolchain:rno/normarch"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?