mirror of
https://github.com/kevadesu/TylkoLinux.git
synced 2025-07-26 05:52:22 +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
|
cd build
|
||||||
eal.notification.buildconf
|
eal.notification.buildconf
|
||||||
../configure \
|
../configure \
|
||||||
--target=$LFS_TGT \
|
--target=$LFS_TGT \
|
||||||
--prefix=$LFS/tools \
|
--prefix=$LFS/tools \
|
||||||
--with-glibc-version=2.40 \
|
--with-glibc-version=2.40 \
|
||||||
--with-sysroot=$LFS \
|
--with-sysroot=$LFS \
|
||||||
--with-newlib \
|
--with-newlib \
|
||||||
--without-headers \
|
--without-headers \
|
||||||
--enable-default-pie \
|
--enable-default-pie \
|
||||||
--enable-default-ssp \
|
--enable-default-ssp \
|
||||||
--disable-nls \
|
--disable-nls \
|
||||||
--disable-shared \
|
--disable-shared \
|
||||||
--disable-multilib \
|
--disable-multilib \
|
||||||
--disable-threads \
|
--disable-threads \
|
||||||
--disable-libatomic \
|
--disable-libatomic \
|
||||||
--disable-libgomp \
|
--disable-libgomp \
|
||||||
--disable-libquadmath \
|
--disable-libquadmath \
|
||||||
--disable-libssp \
|
--disable-libssp \
|
||||||
--disable-libvtv \
|
--disable-libvtv \
|
||||||
--disable-libstdcxx \
|
--disable-libstdcxx \
|
||||||
--enable-languages=c,c++
|
--enable-languages=c,c+
|
||||||
eal.notification.compiling
|
eal.notification.compiling
|
||||||
make || eal.kill "At GCC - Pass 1"
|
make || eal.kill "At GCC - Pass 1"
|
||||||
eal.notification.installing
|
eal.notification.installing
|
||||||
|
@ -743,4 +743,4 @@ ver_check()
|
||||||
|
|
||||||
bail() { echo -e "${BRed}FATAL ${Color_Off}| $1"; exit 1; }
|
bail() { echo -e "${BRed}FATAL ${Color_Off}| $1"; exit 1; }
|
||||||
|
|
||||||
main
|
main
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue