-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Use crosstool-ng for dist-arm-linux-musl #143763
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,11 +3,11 @@ CT_PREFIX_DIR="/x-tools/${CT_TARGET}" | |
CT_USE_MIRROR=y | ||
CT_MIRROR_BASE_URL="https://ci-mirrors.rust-lang.org/rustc" | ||
CT_ARCH_ARM=y | ||
CT_ARCH_ARCH="armv6" | ||
CT_ARCH_FLOAT_SW=y | ||
CT_ARCH_64=y | ||
# CT_DEMULTILIB is not set | ||
CT_KERNEL_LINUX=y | ||
CT_LINUX_V_3_2=y | ||
CT_BINUTILS_V_2_32=y | ||
CT_GLIBC_V_2_17=y | ||
CT_GCC_V_8=y | ||
CT_LINUX_V_4_19=y | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. why we increased this version? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This crosstool-ng config was unused before and for ARMv7. The musl-cross-make toolchain used before had 4.19 headers There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. And no, I don't know why it was here or why it was for a 32-bit glibc toolchain :) Some of these dist jobs are a mess, which is why I'm trying to clean them up a bit |
||
CT_LIBC_MUSL=y | ||
CT_MUSL_V_1_2_3=y | ||
CT_CC_LANG_CXX=y | ||
CT_GETTEXT_NEEDED=y |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should we explain why this is not set? 🤔