Skip to content

build: make cross-compiler toolchain prefix configurable via CROSS_CO…#1

Open
James7zy wants to merge 1 commit into
willamhou:mainfrom
James7zy:main
Open

build: make cross-compiler toolchain prefix configurable via CROSS_CO…#1
James7zy wants to merge 1 commit into
willamhou:mainfrom
James7zy:main

Conversation

@James7zy
Copy link
Copy Markdown

…MPILE

Replace hardcoded aarch64-linux-gnu- prefix in Makefile and build.rs with a CROSS_COMPILE variable (default: aarch64-none-linux-gnu-), allowing alternate toolchains such as aarch64-none-elf- to be used without modifying source files.

…MPILE

Replace hardcoded aarch64-linux-gnu- prefix in Makefile and build.rs
with a CROSS_COMPILE variable (default: aarch64-none-linux-gnu-),
allowing alternate toolchains such as aarch64-none-elf- to be used
without modifying source files.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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