Skip to content

Add linux-loongarch64 make target, now that loongarch dockcross is available#725

Open
arrowd wants to merge 1 commit into
xerial:mainfrom
arrowd:loongarch64-dockcross
Open

Add linux-loongarch64 make target, now that loongarch dockcross is available#725
arrowd wants to merge 1 commit into
xerial:mainfrom
arrowd:loongarch64-dockcross

Conversation

@arrowd
Copy link
Copy Markdown

@arrowd arrowd commented May 18, 2026

This is a follow-up to #526

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request introduces support for the loongarch64 architecture by adding a new build target to the Makefile and a corresponding dockcross helper script. Review feedback identifies a duplicate function definition in the new script and outdated documentation comments that incorrectly refer to the ARMv7 architecture.

fi
}

help:update-image() {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The function help:update-image is defined twice in this script. This second definition (at line 45) corresponds to the update-script command and should be renamed to help:update-script to ensure the help system functions correctly.

Suggested change
help:update-image() {
help:update-script() {

Comment thread docker/dockcross-loongarch64 Outdated
@arrowd arrowd force-pushed the loongarch64-dockcross branch from 94c50b8 to 0326fe5 Compare May 18, 2026 12:00
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