milis/talimatname/onsistem/0libstdc++/talimat

22 lines
491 B
Plaintext
Raw Normal View History

2016-02-24 01:27:23 +01:00
version=5.3.0
source=(\
http://ftp.gnu.org/gnu/gcc/gcc-$version/gcc-$version.tar.bz2 )
2017-10-27 23:59:41 +02:00
derle()
2016-02-24 01:27:23 +01:00
{
cd gcc-$version
mkdir -pv build
cd build
../libstdc++-v3/configure \
--host=$LFS_TGT \
--prefix=/tools \
--disable-multilib \
--disable-nls \
--disable-libstdcxx-threads \
--disable-libstdcxx-pch \
--with-gxx-include-dir=/tools/$LFS_TGT/include/c++/$version
make
make install
}