mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-28 15:48:45 +08:00
Merge branch 'fix-rebuild-gcc' into 'master'
Fix rebuilding gcc13 Closes #1760 See merge request redox-os/redox!2069
This commit is contained in:
commit
6273827977
@ -86,6 +86,8 @@ if [ "${COOKBOOK_HOST_SYSROOT}" != "/usr" ]; then
|
||||
ln -s "gcc" "${COOKBOOK_STAGE}/usr/bin/cc"
|
||||
# Avoid conflict with libgcc & libstdcxx
|
||||
rm -f "${COOKBOOK_STAGE}"/usr/lib/libgcc_s.so* "${COOKBOOK_STAGE}"/usr/lib/libstdc++.so*
|
||||
# Avoid rebuilding problem
|
||||
rm -f ./gcc/libgcc_s.so*
|
||||
|
||||
fi
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user