Changeset 991595cf for BOOK/temp-system/common/gcc.xml
- Timestamp:
- Dec 14, 2015, 12:21:52 AM (9 years ago)
- Branches:
- sysvinit
- Children:
- fc86858d
- Parents:
- dbc5b02 (diff), c7477f8e (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/temp-system/common/gcc.xml
rdbc5b02 r991595cf 69 69 xpointer="xpointer(//*[@os='h'])"/> 70 70 71 <screen os="ck"><userinput>../gcc-&gcc-version;/configure --prefix=/tools \ 72 --build=${CLFS_HOST} --host=${CLFS_TARGET} --target=${CLFS_TARGET} \ 73 --with-local-prefix=/tools --disable-multilib \ 74 --enable-languages=c,c++ --with-system-zlib \ 71 <screen os="ck"><userinput>../gcc-&gcc-version;/configure \ 72 --prefix=/tools \ 73 --build=${CLFS_HOST} \ 74 --host=${CLFS_TARGET} \ 75 --target=${CLFS_TARGET} \ 76 --with-local-prefix=/tools \ 77 --disable-multilib \ 78 --enable-languages=c,c++ \ 79 --with-system-zlib \ 75 80 --with-native-system-header-dir=/tools/include \ 76 --disable-libssp --enable-install-libiberty</userinput></screen> 81 --disable-libssp \ 82 --enable-install-libiberty</userinput></screen> 77 83 78 84 <variablelist os="cl">
Note:
See TracChangeset
for help on using the changeset viewer.