mirror of
https://github.com/superconvert/smart-os.git
synced 2024-11-22 18:20:30 +08:00
Update 01_build_src.sh
This commit is contained in:
parent
3186097949
commit
1d7463b77e
@ -192,7 +192,6 @@ if [ ! -d "binutils_install" ]; then
|
||||
mkdir -pv binutils_install && cd ${BINUTILS_SRC_DIR} && make distclean
|
||||
./configure --prefix=/usr
|
||||
CFLAGS="-L${glibc_install}/lib64 $CFLAGS" make -j8 && make install -j8 DESTDIR=${binutils_install} && cd ..
|
||||
cd ..
|
||||
fi
|
||||
|
||||
cd ..
|
||||
|
Loading…
Reference in New Issue
Block a user