Skip to content

Disable fully_static_link for htool on 32-bit platforms#273

Merged
pbadre merged 1 commit into
mainfrom
disable-htool-static-32bit
Jun 12, 2026
Merged

Disable fully_static_link for htool on 32-bit platforms#273
pbadre merged 1 commit into
mainfrom
disable-htool-static-32bit

Conversation

@pbadre

@pbadre pbadre commented Jun 11, 2026

Copy link
Copy Markdown
Collaborator

Building htool for 32-bit ARM (armv7a and armv7ahf) fails during release builds because the OpenBMC toolchain does not contain static standard libraries (libc.a, librt.a, etc.). Disabling the fully_static_link feature for this cc_binary target allows it to fall back to dynamic linking, resolving the compilation failure.

Building htool for 32-bit ARM (armv7a and armv7ahf) fails during release
builds because the OpenBMC toolchain does not contain static standard
libraries (libc.a, librt.a, etc.). Disabling the fully_static_link feature for
this cc_binary target allows it to fall back to dynamic linking, resolving the
compilation failure.
@pbadre pbadre force-pushed the disable-htool-static-32bit branch from 9e8d66f to ef6475d Compare June 12, 2026 22:39
@mfield4 mfield4 self-requested a review June 12, 2026 22:53
@pbadre pbadre merged commit 78ee2fb into main Jun 12, 2026
10 checks passed
@pbadre pbadre deleted the disable-htool-static-32bit branch June 12, 2026 22:53
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.

2 participants