Changeset 2bc31f1a
- Timestamp:
- Feb 21, 2006, 1:48:41 AM (19 years ago)
- Children:
- b6f7e53
- Parents:
- a54ce46
- Location:
- temp-system
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
temp-system/64/perl.xml
ra54ce46 r2bc31f1a 66 66 67 67 <screen os="m"><userinput>cp config.sh{,.orig} 68 69 70 71 72 73 74 68 sed -e "s@\(^ar=\).*@\1'${AR}'@g" config.sh.orig > config.sh 69 cp config.sh{,.orig} 70 sed -e "s@\(^ranlib=\).*@\1'${RANLIB}'@g" config.sh.orig > config.sh 71 cp config.sh{,.orig} 72 sed -e "s@\(^cc=\).*@\1'${CC} ${BUILD64}'@g" config.sh.orig > config.sh 73 cp config.sh{,.orig} 74 sed -e "s@\(^ld=\).*@\1'${CC} ${BUILD64}'@g" config.sh.orig > config.sh</userinput></screen> 75 75 76 76 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
temp-system/common/perl.xml
ra54ce46 r2bc31f1a 76 76 77 77 <screen os="m"><userinput>cp config.sh{,.orig} 78 79 80 81 82 83 84 78 sed -e "s@\(^ar=\).*@\1'${AR}'@g" config.sh.orig > config.sh 79 cp config.sh{,.orig} 80 sed -e "s@\(^ranlib=\).*@\1'${RANLIB}'@g" config.sh.orig > config.sh 81 cp config.sh{,.orig} 82 sed -e "s@\(^cc=\).*@\1'${CC} ${BUILD32}'@g" config.sh.orig > config.sh 83 cp config.sh{,.orig} 84 sed -e "s@\(^ld=\).*@\1'${CC} ${BUILD32}'@g" config.sh.orig > config.sh</userinput></screen> 85 85 86 86 <para os="n">Now we are ready to make our cross-compiled perl:</para>
Note:
See TracChangeset
for help on using the changeset viewer.