Changeset b54737e for BOOK/temp-system
- Timestamp:
- Feb 21, 2006, 12:46:31 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:
- d38e4cf
- Parents:
- dc47e4c
- Location:
- BOOK/temp-system
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/temp-system/64/coreutils.xml
rdc47e4c rb54737e 56 56 xpointer="xpointer(//*[@os='bd'])"/> 57 57 58 <screen><userinput> DEFAULT_POSIX2_VERSION=199209CC="${CC} ${BUILD64}" \58 <screen><userinput>CC="${CC} ${BUILD64}" \ 59 59 ./configure --prefix=/tools --cache-file=config.cache \ 60 60 --build=${LFS_HOST} --host=${LFS_TARGET}</userinput></screen> -
BOOK/temp-system/common/coreutils.xml
rdc47e4c rb54737e 51 51 <para os="bd">Prepare Coreutils for compilation:</para> 52 52 53 <screen><userinput>DEFAULT_POSIX2_VERSION=199209 \ 54 ./configure --prefix=/tools --cache-file=config.cache \ 53 <screen><userinput>./configure --prefix=/tools --cache-file=config.cache \ 55 54 --build=${LFS_HOST} --host=${LFS_TARGET}</userinput></screen> 56 55 -
BOOK/temp-system/multilib/coreutils.xml
rdc47e4c rb54737e 56 56 xpointer="xpointer(//*[@os='bd'])"/> 57 57 58 <screen><userinput> DEFAULT_POSIX2_VERSION=199209CC="${CC} ${BUILD64}" \58 <screen><userinput>CC="${CC} ${BUILD64}" \ 59 59 ./configure --prefix=/tools --cache-file=config.cache \ 60 60 --build=${LFS_HOST} --host=${LFS_TARGET}</userinput></screen>
Note:
See TracChangeset
for help on using the changeset viewer.