Skip to content
Snippets Groups Projects
Commit a04f41d0 authored by linear's avatar linear :speech_balloon: Committed by Natanael Copa
Browse files

main/gcc: add symlink for ${CTARGET}cc

bootstrap has been broken in alpine for several weeks due to a change
in the recipe for `main/musl` to use `${CROSS_COMPILE}cc` instead of
`${CROSS_COMPILE}gcc`. this works for compiling on the local machine,
but breaks during bootstrap because there is no matching symlink from
${CTARGET}-cc to ${CTARGET}-gcc. this adds that symlink, fixing bootstrap.
parent 74d0c000
1 merge request!50114main/gcc: add symlink for ${CTARGET}cc
Pipeline #175098 skipped
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment