This commit is contained in:
rofl0r 2025-02-19 22:09:59 +00:00 committed by GitHub
commit 5cc120759e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -63,6 +63,7 @@ FULL_BINUTILS_CONFIG = \
--target=$(TARGET) --prefix= \
--libdir=/lib --disable-multilib \
--with-sysroot=$(SYSROOT) \
--enable-compressed-debug-sections=none \
--enable-deterministic-archives
FULL_GCC_CONFIG = --enable-languages=c,c++ \