There was an error while loading. Please reload this page.
1 parent 0f52562 commit e296e39Copy full SHA for e296e39
1 file changed
build.sh
@@ -110,6 +110,7 @@ declare -ra libraries=(
110
'liblsan'
111
'libtsan'
112
'libubsan'
113
+ 'libquadmath'
114
)
115
116
declare -ra bits=(
@@ -587,10 +588,10 @@ for target in "${targets[@]}"; do
587
588
--enable-host-pie \
589
--enable-host-shared \
590
--enable-host-bind-now \
591
+ --enable-libgomp \
592
--with-specs="${specs}" \
593
--with-pic \
594
--disable-libsanitizer \
- --disable-libgomp \
595
--disable-bootstrap \
596
--disable-libstdcxx-pch \
597
--disable-werror \
0 commit comments