Changeset 3d56263
- Timestamp:
- 09/23/2015 07:13:55 PM (8 years ago)
- Branches:
- 10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/parallelism, xry111/pip3, xry111/rust-wip-20221008
- Children:
- ea23e54
- Parents:
- 4936776
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter05/adjusting.xml
r4936776 r3d56263 46 46 expected. To perform a sanity check, run the following commands:</para> 47 47 48 <screen><userinput>echo ' main(){}' > dummy.c48 <screen><userinput>echo 'int main(){}' > dummy.c 49 49 $LFS_TGT-gcc -B/tools/lib dummy.c 50 50 readelf -l a.out | grep ': /tools'</userinput></screen> -
chapter05/gcc-pass2.xml
r4936776 r3d56263 182 182 expected. To perform a sanity check, run the following commands:</para> 183 183 184 <screen><userinput>echo ' main(){}' > dummy.c184 <screen><userinput>echo 'int main(){}' > dummy.c 185 185 cc dummy.c 186 186 readelf -l a.out | grep ': /tools'</userinput></screen> -
chapter05/glibc.xml
r4936776 r3d56263 192 192 expected. To perform a sanity check, run the following commands:</para> 193 193 194 <screen><userinput>echo ' main(){}' > dummy.c194 <screen><userinput>echo 'int main(){}' > dummy.c 195 195 $LFS_TGT-gcc dummy.c 196 196 readelf -l a.out | grep ': /tools'</userinput></screen> -
chapter06/adjusting.xml
r4936776 r3d56263 43 43 as expected. To do this, perform the following sanity checks:</para> 44 44 45 <screen os="a"><userinput>echo ' main(){}' > dummy.c45 <screen os="a"><userinput>echo 'int main(){}' > dummy.c 46 46 cc dummy.c -v -Wl,--verbose &> dummy.log 47 47 readelf -l a.out | grep ': /lib'</userinput></screen> -
prologue/hostreqs.xml
r4936776 r3d56263 205 205 xz --version | head -n1 206 206 207 echo ' main(){}' > dummy.c && g++ -o dummy dummy.c207 echo 'int main(){}' > dummy.c && g++ -o dummy dummy.c 208 208 if [ -x dummy ] 209 209 then echo "g++ compilation OK";
Note:
See TracChangeset
for help on using the changeset viewer.