mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
GCC 14.x has a significant bug where libatomic lacks some important functions, causing the toolchain to be pretty much unusable. Therefore, let's drop this toolchain entirely from our listing for now. See: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118280 for more details. Fixes: http://autobuild.buildroot.net/results/dd081ca3c5746b980b0bcdf1f12b1a26c6b7ef86/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Julien Olivain <ju.o@free.fr>