mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-09-07 10:06:05 -05:00
enabled threads
This commit is contained in:
@@ -35,7 +35,8 @@ cd $target/gcc
|
||||
--enable-languages=c,c++ \
|
||||
--with-cpu=750\
|
||||
--with-gcc --with-gnu-ld --with-gnu-as --with-stabs \
|
||||
--disable-nls --disable-shared --disable-threads --disable-multilib\
|
||||
--disable-nls --disable-shared --enable-threads --disable-multilib\
|
||||
--enable-serial-configure \
|
||||
--disable-win32-registry\
|
||||
--target=$target \
|
||||
--with-newlib \
|
||||
|
||||
Reference in New Issue
Block a user