ソースを参照

gcc: disable libatomic for initial GCC, to avoid a problem with gcc 16

Waldemar Brodkorb 2 週間 前
コミット
b6b6bbe842
1 ファイル変更1 行追加0 行削除
  1. 1 0
      toolchain/gcc/Makefile

+ 1 - 0
toolchain/gcc/Makefile

@@ -362,6 +362,7 @@ endif
 			--with-newlib \
 			--disable-shared \
 			--disable-threads \
+			--disable-libatomic \
 			--without-headers
 	touch $@