Changeset 43b6ecd
- Timestamp:
- 09/15/2021 04:24:27 PM (21 months ago)
- Branches:
- 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, arm, bdubbs/gcc13, multilib, s6-init, trunk, xry111/arm64, xry111/clfs-ng, xry111/glibc-2.37, xry111/kcfg-revise, xry111/lfs-next, xry111/pip3, xry111/queue-11.3, xry111/rust-wip-20221008
- Children:
- 4809582, 7e62bbc
- Parents:
- a5165eb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter05/gcc-pass1.xml
ra5165eb r43b6ecd 81 81 <para>Prepare GCC for compilation:</para> 82 82 83 <screen><userinput remap="configure">../configure 84 --target=$LFS_TGT 85 --prefix=$LFS/tools 86 --with-glibc-version=2.11 87 --with-sysroot=$LFS 88 --with-newlib 89 --without-headers 90 --enable-initfini-array 91 --disable-nls 92 --disable-shared 93 --disable-multilib 94 --disable-decimal-float 95 --disable-threads 96 --disable-libatomic 97 --disable-libgomp 98 --disable-libquadmath 99 --disable-libssp 100 --disable-libvtv 101 --disable-libstdcxx 83 <screen><userinput remap="configure">../configure \ 84 --target=$LFS_TGT \ 85 --prefix=$LFS/tools \ 86 --with-glibc-version=2.11 \ 87 --with-sysroot=$LFS \ 88 --with-newlib \ 89 --without-headers \ 90 --enable-initfini-array \ 91 --disable-nls \ 92 --disable-shared \ 93 --disable-multilib \ 94 --disable-decimal-float \ 95 --disable-threads \ 96 --disable-libatomic \ 97 --disable-libgomp \ 98 --disable-libquadmath \ 99 --disable-libssp \ 100 --disable-libvtv \ 101 --disable-libstdcxx \ 102 102 --enable-languages=c,c++</userinput></screen> 103 103 <variablelist>
Note:
See TracChangeset
for help on using the changeset viewer.