aboutsummaryrefslogtreecommitdiffstats
path: root/chapter7/libstdc++.sh
blob: 5e816931b96b74ee90082644c3fce3c47ab9f69f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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=$(uname -m)-lfs-linux-gnu \
    --disable-libstdcxx-pch &&
make &&
make -j1 install