Changeset 991595cf for BOOK/temp-system/mips64/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/mips64/gcc.xml
rdbc5b02 r991595cf 71 71 xpointer="xpointer(//*[@os='h'])"/> 72 72 73 <screen os="dc"><userinput>../gcc-&gcc-version;/configure --prefix=/tools \ 74 --libdir=/tools/lib64 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 75 --target=${CLFS_TARGET} --with-local-prefix=/tools \ 76 --enable-languages=c,c++ --with-abi=64 --with-system-zlib \ 73 <screen os="dc"><userinput>../gcc-&gcc-version;/configure \ 74 --prefix=/tools \ 75 --libdir=/tools/lib64 \ 76 --build=${CLFS_HOST} \ 77 --host=${CLFS_TARGET} \ 78 --target=${CLFS_TARGET} \ 79 --with-local-prefix=/tools \ 80 --enable-languages=c,c++ \ 81 --with-abi=64 \ 82 --with-system-zlib \ 77 83 --with-native-system-header-dir=/tools/include \ 78 84 --enable-install-libiberty</userinput></screen>
Note:
See TracChangeset
for help on using the changeset viewer.