Changeset d55f00bc for BOOK/final-system/mips64
- 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/gcc.xml
rf05fd1d rd55f00bc 22 22 <title>Installation of GCC</title> 23 23 24 <para os="ma">The following patch ensures that TLS is utilized by GCC 25 for MIPS:</para> 24 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 25 href="../mips/gcc.xml" 26 xpointer="xpointer(//*[@os='ma'])"/> 26 27 27 <screen os="mb"><userinput>patch -Np1 -i ../&gcc-mips_tls-patch;</userinput></screen> 28 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 29 href="../mips/gcc.xml" 30 xpointer="xpointer(//*[@os='mb'])"/> 28 31 29 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 47 50 xpointer="xpointer(//*[@os='h'])"/> 48 51 49 <screen><userinput>../gcc-&gcc-version;/configure --prefix=/usr \ 50 --libexecdir=/usr/lib --enable-shared --enable-threads=posix \ 51 --enable-__cxa_atexit --enable-c99 --enable-long-long \ 52 <screen os="i"><userinput>CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \ 53 ../gcc-&gcc-version;/configure --prefix=/usr --libdir=/usr/lib64 \ 54 --libexecdir=/usr/lib64 --enable-shared --enable-threads=posix \ 55 --enable-__cxa_atexit --enable-c99 --enable-long-long --with-abi=64 \ 52 56 --enable-clocale=gnu --enable-languages=c,c++ --disable-libstdcxx-pch</userinput></screen> 53 57
Note:
See TracChangeset
for help on using the changeset viewer.