9.1 #1

Merged
cromer merged 46 commits from 9.1 into master 2020-06-02 00:45:19 -04:00
1 changed files with 2 additions and 1 deletions
Showing only changes of commit df1af63eb3 - Show all commits

View File

@ -414,7 +414,8 @@ function GCC-Pass-2 {
--enable-languages=c,c++ \
--disable-libstdcxx-pch \
--disable-multilib \
--disable-bootstrap >> ${logfile} 2>&1
--disable-bootstrap \
--disable-libgomp >> ${logfile} 2>&1
msg_success
msg_line " Make: "
make ${MKFLAGS} >> ${logfile} 2>&1