[toolchain] Speed up glibc build
This commit is contained in:
parent
492814132a
commit
046ee73756
@ -30,5 +30,5 @@ CFLAGS="-O2 -g ${EXTRA_CFLAGS}" ${SRC_DIR}/configure \
|
||||
--prefix=${INSTALL_DIR} --with-tls --without-selinux \
|
||||
--enable-stack-protector=strong --disable-nscd --disable-crypt \
|
||||
${EXTRA_CONFIG_OPTION}
|
||||
make
|
||||
make -j$(nproc)
|
||||
make install
|
||||
|
Loading…
Reference in New Issue
Block a user