Changeset c8819a6 for temp-system/common
- Timestamp:
- Feb 21, 2006, 1:53:45 AM (19 years ago)
- Children:
- cdd1f1c
- Parents:
- 4d4f8776
- Location:
- temp-system/common
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
temp-system/common/perl.xml
r4d4f8776 rc8819a6 73 73 sed -e "s@\(^ar=\).*@\1'${AR}'@g" \ 74 74 -e "s@\(^ranlib=\).*@\1'${RANLIB}'@g" \ 75 -e "s@\(^cc=\).*@\1'${CC} ${BUILD32}'@g" \76 -e "s@\(^ld=\).*@\1'${CC} ${BUILD32}'@g" config.sh.orig > config.sh</userinput></screen>75 -e "s@\(^cc=\).*@\1'${CC}'@g" \ 76 -e "s@\(^ld=\).*@\1'${CC}'@g" config.sh.orig > config.sh</userinput></screen> 77 77 78 78 <para os="l">Now we will make miniperl for our architecture:</para> -
temp-system/common/texinfo.xml
r4d4f8776 rc8819a6 27 27 xpointer="xpointer(//*[@os='a'])"/> 28 28 29 <screen os="b"><userinput>CC="${CC} ${BUILD32}" ./configure --prefix=/tools \29 <screen os="b"><userinput>CC="${CC}" ./configure --prefix=/tools \ 30 30 --host=${LFS_TARGET} </userinput></screen> 31 31
Note:
See TracChangeset
for help on using the changeset viewer.