mirror of
https://github.com/kevadesu/TylkoLinux.git
synced 2025-07-25 05:19:26 +02:00
Had to remove fancy thingy
This commit is contained in:
parent
935fefe56a
commit
3dfdd3528d
1 changed files with 20 additions and 20 deletions
|
@ -365,25 +365,25 @@ function eal.setup.toolchain() {
|
|||
cd build
|
||||
eal.notification.buildconf
|
||||
../configure \
|
||||
--target=$LFS_TGT \
|
||||
--prefix=$LFS/tools \
|
||||
--with-glibc-version=2.40 \
|
||||
--with-sysroot=$LFS \
|
||||
--with-newlib \
|
||||
--without-headers \
|
||||
--enable-default-pie \
|
||||
--enable-default-ssp \
|
||||
--disable-nls \
|
||||
--disable-shared \
|
||||
--disable-multilib \
|
||||
--disable-threads \
|
||||
--disable-libatomic \
|
||||
--disable-libgomp \
|
||||
--disable-libquadmath \
|
||||
--disable-libssp \
|
||||
--disable-libvtv \
|
||||
--disable-libstdcxx \
|
||||
--enable-languages=c,c++
|
||||
--target=$LFS_TGT \
|
||||
--prefix=$LFS/tools \
|
||||
--with-glibc-version=2.40 \
|
||||
--with-sysroot=$LFS \
|
||||
--with-newlib \
|
||||
--without-headers \
|
||||
--enable-default-pie \
|
||||
--enable-default-ssp \
|
||||
--disable-nls \
|
||||
--disable-shared \
|
||||
--disable-multilib \
|
||||
--disable-threads \
|
||||
--disable-libatomic \
|
||||
--disable-libgomp \
|
||||
--disable-libquadmath \
|
||||
--disable-libssp \
|
||||
--disable-libvtv \
|
||||
--disable-libstdcxx \
|
||||
--enable-languages=c,c+
|
||||
eal.notification.compiling
|
||||
make || eal.kill "At GCC - Pass 1"
|
||||
eal.notification.installing
|
||||
|
@ -743,4 +743,4 @@ ver_check()
|
|||
|
||||
bail() { echo -e "${BRed}FATAL ${Color_Off}| $1"; exit 1; }
|
||||
|
||||
main
|
||||
main
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue