Changeset d55f00bc for BOOK/final-system/mips64-64
- Timestamp:
- Feb 21, 2006, 1:17:35 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:
- 12a457e
- Parents:
- f05fd1d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/mips64-64/gcc.xml
rf05fd1d rd55f00bc 30 30 xpointer="xpointer(//*[@os='p2'])"/> 31 31 32 <para os="ma">The following patch ensures that TLS is utilized by GCC 33 for MIPS:</para> 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 33 href="../mips/gcc.xml" 34 xpointer="xpointer(//*[@os='ma'])"/> 34 35 35 <screen os="mb"><userinput>patch -Np1 -i ../&gcc-mips_tls-patch;</userinput></screen> 36 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 37 href="../mips/gcc.xml" 38 xpointer="xpointer(//*[@os='mb'])"/> 36 39 37 40 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 55 58 xpointer="xpointer(//*[@os='h'])"/> 56 59 57 <screen><userinput>../gcc-&gcc-version;/configure --prefix=/usr \ 58 --libexecdir=/usr/lib --enable-shared --enable-threads=posix --with-abi=64 \ 59 --enable-__cxa_atexit --enable-c99 --enable-long-long \ 60 --enable-clocale=gnu --enable-languages=c,c++ --disable-libstdcxx-pch</userinput></screen> 60 <screen os="i"><userinput>../gcc-&gcc-version;/configure --prefix=/usr \ 61 --libexecdir=/usr/lib --enable-shared --enable-threads=posix \ 62 --enable-__cxa_atexit --enable-c99 --enable-long-long --with-abi=64 \ 63 --enable-clocale=gnu --enable-languages=c,c++ --disable-libstdcxx-pch \ 64 --disable-multilib</userinput></screen> 61 65 62 66 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.