Changeset 1a498b5
- Timestamp:
- Jul 7, 2006, 7:06:34 AM (18 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 3cdea73
- Parents:
- 5a9ff8b
- Location:
- BOOK
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/mips64/variables.xml
r5a9ff8b r1a498b5 41 41 xpointer="xpointer(//*[@os='m1'])"/> 42 42 43 <screen os="m2"><userinput>export CLFS_TARGET32=" `echo ${CLFS_TARGET}| sed -e 's/64//g'`"</userinput></screen>43 <screen os="m2"><userinput>export CLFS_TARGET32="$(echo ${CLFS_TARGET}| sed -e 's/64//g')"</userinput></screen> 44 44 45 45 <bridgehead renderas="sect4">Copy settings to Environment</bridgehead> -
BOOK/cross-tools/x86/variables.xml
r5a9ff8b r1a498b5 20 20 command:</para> 21 21 22 <screen os="b"><userinput>export CLFS_HOST=" `echo ${MACHTYPE} | sed -e 's/unknown/cross/g' -e 's/-pc-/-cross-/g'`"</userinput></screen>22 <screen os="b"><userinput>export CLFS_HOST="$(echo ${MACHTYPE} | sed -e 's/unknown/cross/g' -e 's/-pc-/-cross-/g')"</userinput></screen> 23 23 24 24 <para os="c">Now you will need to set the target triplet for the target -
BOOK/final-system/common/adjusting.xml
r5a9ff8b r1a498b5 17 17 perl -p -e 's@/tools/lib/ld@/lib/ld@g;' \ 18 18 -e 's@\*startfile_prefix_spec:\n@$_/usr/lib/ @g;' > \ 19 `dirname $(gcc --print-libgcc-file-name)`/specs</userinput></screen>19 $(dirname $(gcc --print-libgcc-file-name))/specs</userinput></screen> 20 20 21 21 <para os="d">It is a good idea to visually inspect the specs file to verify the -
BOOK/final-system/mips64-64/adjusting.xml
r5a9ff8b r1a498b5 20 20 -e 's@/tools/lib64/ld@/lib64/ld@g;' \ 21 21 -e 's@\*startfile_prefix_spec:\n@$_/usr/lib/ @g;' > \ 22 `dirname $(gcc --print-libgcc-file-name)`/specs</userinput></screen>22 $(dirname $(gcc --print-libgcc-file-name))/specs</userinput></screen> 23 23 24 24 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/final-system/mips64/adjusting.xml
r5a9ff8b r1a498b5 20 20 -e 's@/tools/lib64/ld@/lib64/ld@g;' \ 21 21 -e 's@\*startfile_prefix_spec:\n@$_/usr/lib/ @g;' > \ 22 `dirname $(gcc --print-libgcc-file-name)`/specs</userinput></screen>22 $(dirname $(gcc --print-libgcc-file-name))/specs</userinput></screen> 23 23 24 24 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/final-system/multilib/adjusting.xml
r5a9ff8b r1a498b5 19 19 -e 's@/tools/lib64/ld@/lib64/ld@g;' \ 20 20 -e 's@\*startfile_prefix_spec:\n@$_/usr/lib/ @g;' > \ 21 `dirname $(gcc --print-libgcc-file-name)`/specs</userinput></screen>21 $(dirname $(gcc --print-libgcc-file-name))/specs</userinput></screen> 22 22 23 23 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.