mirror of
https://github.com/krglaws/MyLFS.git
synced 2025-08-10 03:12:53 +00:00
working on massive rewrite
This commit is contained in:
17
phase3/libstdcpp.sh
Normal file
17
phase3/libstdcpp.sh
Normal file
@ -0,0 +1,17 @@
|
||||
# Libstdc++ Phase 3
|
||||
ln -s gthr-posix.h libgcc/gthr-default.h
|
||||
|
||||
mkdir build
|
||||
cd build
|
||||
|
||||
../libstdc++-v3/configure \
|
||||
CXXFLAGS="-g -O2 -D_GNU_SOURCE" \
|
||||
--prefix=/usr \
|
||||
--disable-multilib \
|
||||
--disable-nls \
|
||||
--host=$LFS_TGT \
|
||||
--disable-libstdcxx-pch
|
||||
|
||||
make
|
||||
make install
|
||||
|
Reference in New Issue
Block a user