Changeset a730c40
- Timestamp:
- Oct 9, 2006, 8:02:40 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:
- aa8d23f
- Parents:
- 04ad582
- Location:
- BOOK/testsuite-tools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/testsuite-tools/common/tcl.xml
r04ad582 ra730c40 33 33 <para os="b">Prepare Tcl for compilation:</para> 34 34 35 <screen><userinput>./configure --prefix=/tools</userinput></screen> 35 <screen><userinput>cd unix 36 ./configure --prefix=/tools</userinput></screen> 36 37 37 38 <para os="d">Build the package:</para> -
BOOK/testsuite-tools/multilib/tcl-64bit.xml
r04ad582 ra730c40 30 30 xpointer="xpointer(//*[@os='b'])"/> 31 31 32 <screen os="c"><userinput>CC="gcc ${BUILD64}" ./configure --prefix=/tools --libdir=/tools/lib64</userinput></screen> 32 <screen os="c"><userinput>cd unix 33 CC="gcc ${BUILD64}" ./configure --prefix=/tools --libdir=/tools/lib64</userinput></screen> 33 34 34 35 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.