Changeset 026bb5d for BOOK/final-system/multilib/gcc.xml
- Timestamp:
- Dec 18, 2013, 1:04:00 AM (11 years ago)
- Children:
- f975b3a
- Parents:
- 1c9985f (diff), 8abef998 (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/final-system/multilib/gcc.xml
r1c9985f r026bb5d 32 32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 33 33 href="../common/gcc.xml" 34 xpointer="xpointer(//*[@os='fix1'])"/> 35 36 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 37 href="../common/gcc.xml" 38 xpointer="xpointer(//*[@os='fix2'])"/> 39 40 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 41 href="../common/gcc.xml" 34 42 xpointer="xpointer(//*[@os='d'])"/> 35 43 … … 56 64 --libexecdir=/usr/lib64 --enable-shared --enable-threads=posix \ 57 65 --enable-__cxa_atexit --enable-c99 --enable-long-long \ 58 --enable-clocale=gnu --enable-languages=c,c++ --disable-libstdcxx-pch</userinput></screen> 66 --enable-clocale=gnu --enable-languages=c,c++ --disable-libstdcxx-pch \ 67 --enable-cloog-backend=isl --disable-isl-version-check --with-system-zlib \ 68 --enable-checking=release --enable-libstdcxx-time \ 69 --disable-install-libiberty</userinput></screen> 59 70 60 71 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 69 80 href="../common/gcc.xml" 70 81 xpointer="xpointer(//*[@os='l'])"/> 82 83 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 84 href="../common/gcc.xml" 85 xpointer="xpointer(//*[@os='s1'])"/> 86 87 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 88 href="../common/gcc.xml" 89 xpointer="xpointer(//*[@os='s2'])"/> 71 90 72 91 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 118 137 xpointer="xpointer(//*[@os='x'])"/> 119 138 139 <para os="y">Finally, move some misplaced files:</para> 140 141 142 <screen os="z"><userinput>mv -v /usr/lib/*gdb.py /usr/share/gdb/auto-load/usr/lib 143 mv -v /usr/lib64/*gdb.py /usr/share/gdb/auto-load/usr/lib64</userinput></screen> 144 120 145 </sect2> 121 146
Note:
See TracChangeset
for help on using the changeset viewer.