mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-18 04:44:42 +00:00
518923178c
Upstream commit a9a592f96e6498da302f8e968be1db0ad3c32123 ("cmake: Add debugger") added a huge amount of code in order to create a debugging feature for CMakeLists.txt of other projects. This was added to CMake since 3.27.x. Unforunately, this new debugger will not build on ARM systems like arm-linux-gnueabihf (Raspberry Pi 4), and takes up extra build time for something Openwrt doesn't need, yet it was enabled by default. (Thanks Microsoft....) Specifically, it's a failure to link to functions like __atomic_store_8, __atomic_load_8, __atomic_fetch_add_8, etc. Let's just disable it. Someone who really needs this for developing can have CMake with the debugger on their host machine or manually re-enable it here. Link: https://gitlab.kitware.com/cmake/cmake/-/issues/21510 Link: https://devblogs.microsoft.com/cppblog/cmake-debugger-allows-you-to-debug-your-cmake-scripts-and-more/ Signed-off-by: Michael Pratt <mcpratt@pm.me> |
||
---|---|---|
.. | ||
7z | ||
autoconf | ||
autoconf-archive | ||
automake | ||
b43-tools | ||
bash | ||
bc | ||
bison | ||
bzip2 | ||
cbootimage | ||
cbootimage-configs | ||
ccache | ||
cmake | ||
coreutils | ||
cpio | ||
dosfstools | ||
dwarves | ||
e2fsprogs | ||
elftosb | ||
elfutils | ||
expat | ||
fakeroot | ||
findutils | ||
firmware-utils | ||
flex | ||
flock | ||
genext2fs | ||
gengetopt | ||
gmp | ||
gnulib | ||
include | ||
isl | ||
kernel2minor | ||
libdeflate | ||
liblzo | ||
libressl | ||
libtool | ||
llvm-bpf | ||
lz4 | ||
lzma | ||
lzma-old | ||
lzop | ||
m4 | ||
make-ext4fs | ||
meson | ||
missing-macros | ||
mkimage | ||
mklibs | ||
mold | ||
mpc | ||
mpfr | ||
mtd-utils | ||
mtools | ||
ninja | ||
padjffs2 | ||
patch | ||
patch-image | ||
patchelf | ||
pkgconf | ||
quilt | ||
sdimage | ||
sed | ||
sparse | ||
squashfs3-lzma | ||
squashfs4 | ||
sstrip | ||
tar | ||
xz | ||
zip | ||
zlib | ||
zstd | ||
Makefile |