From 39f4b05c9745d5977a50bf027d467eafc1318e22 Mon Sep 17 00:00:00 2001 From: Chris Cromer Date: Sun, 31 May 2020 17:45:55 -0400 Subject: [PATCH] omp is needed by new rpm --- tools.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools.sh b/tools.sh index 0e23168..d72fd0d 100755 --- a/tools.sh +++ b/tools.sh @@ -414,8 +414,7 @@ function GCC-Pass-2 { --enable-languages=c,c++ \ --disable-libstdcxx-pch \ --disable-multilib \ - --disable-bootstrap \ - --disable-libgomp >> ${logfile} 2>&1 + --disable-bootstrap >> ${logfile} 2>&1 msg_success msg_line " Make: " make ${MKFLAGS} >> ${logfile} 2>&1