Changeset bd206a5 for BOOK/temp-system/common
- Timestamp:
- Feb 21, 2006, 1:53:45 AM (19 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 4d70f5f
- Parents:
- 860fee5
- Location:
- BOOK/temp-system/common
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/temp-system/common/perl.xml
r860fee5 rbd206a5 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> -
BOOK/temp-system/common/texinfo.xml
r860fee5 rbd206a5 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.