Changeset 2ca606a
- Timestamp:
- Aug 19, 2013, 2:07:49 PM (11 years ago)
- Branches:
- clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 3851642
- Parents:
- 988ad56
- Location:
- BOOK/temp-system
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/temp-system/common/bison.xml
r988ad56 r2ca606a 39 39 xpointer="xpointer(//*[@os='a'])"/> 40 40 41 <screen os="ca"><userinput> ./configure --prefix=/tools \41 <screen os="ca"><userinput>M4=m4 ./configure --prefix=/tools \ 42 42 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 43 43 --cache-file=config.cache</userinput></screen> -
BOOK/temp-system/common/flex.xml
r988ad56 r2ca606a 36 36 xpointer="xpointer(//*[@os='a'])"/> 37 37 38 <screen os="cb"><userinput> ./configure --prefix=/tools \38 <screen os="cb"><userinput>M4=m4 ./configure --prefix=/tools \ 39 39 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 40 40 --cache-file=config.cache</userinput></screen> -
BOOK/temp-system/multilib/bison.xml
r988ad56 r2ca606a 43 43 xpointer="xpointer(//*[@os='a'])"/> 44 44 45 <screen os="ca"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \45 <screen os="ca"><userinput>CC="${CC} ${BUILD64}" M4=m4 ./configure --prefix=/tools \ 46 46 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 47 47 --cache-file=config.cache</userinput></screen> -
BOOK/temp-system/multilib/flex.xml
r988ad56 r2ca606a 35 35 xpointer="xpointer(//*[@os='a'])"/> 36 36 37 <screen os="cb"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \37 <screen os="cb"><userinput>CC="${CC} ${BUILD64}" M4=m4 ./configure --prefix=/tools \ 38 38 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 39 39 --cache-file=config.cache</userinput></screen>
Note:
See TracChangeset
for help on using the changeset viewer.