Cleanup the toolchain #8
Yükleniyor…
x
Yeni konuda referans
Bir kullanıcı engelle
Herhangi bir açıklama sağlanmadı.
"%!s()" Dalını Sil
Bir dalı silmek kalıcıdır. Her ne kadar silinen dal tamamen kaldırılana kadar çok kısa bir süre yaşamını sürdürse de, çoğu durumda bu işlem GERİ ALINAMAZ. Devam edilsin mi?
XTChain seems to contain unnecessary tools, like MinGW integration. We do not use it to build Win32 applications, and ExectOS should have its own runtime library. Therefore, MinGW should not be needed. There may be more such unnecessary tools. The goal of the task is to slim down the toolchain by identifying all the really needed tools and removing those that are not used.
XTChain's CMake
The XTChain-built version of CMake introduces a custom watermark by modifying the
CMake_VERSION
variable. This change is introduced in thepatches\cmake\v3.29.3\001-add-xtc-version-suffix.patch
patch.The only functional difference in XTChain’s CMake build is the version suffix, which is not a valid reason to maintain a custom-built version.
Recommended Steps