| 1 | <?xml version="1.0" encoding="ISO-8859-1"?> | 
|---|
| 2 | <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" | 
|---|
| 3 | "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [ | 
|---|
| 4 | <!ENTITY % general-entities SYSTEM "../../general.ent"> | 
|---|
| 5 | %general-entities; | 
|---|
| 6 | ]> | 
|---|
| 7 |  | 
|---|
| 8 | <sect1 id="ch-system-gcc" role="wrap"> | 
|---|
| 9 | <?dbhtml filename="gcc.html"?> | 
|---|
| 10 |  | 
|---|
| 11 | <title>GCC-&gcc-version;</title> | 
|---|
| 12 |  | 
|---|
| 13 | <indexterm zone="ch-system-gcc"> | 
|---|
| 14 | <primary sortas="a-GCC">GCC</primary> | 
|---|
| 15 | </indexterm> | 
|---|
| 16 |  | 
|---|
| 17 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" | 
|---|
| 18 | href="../common/gcc.xml" | 
|---|
| 19 | xpointer="xpointer(//*[@role='package'])"/> | 
|---|
| 20 |  | 
|---|
| 21 | <sect2 role="installation"> | 
|---|
| 22 | <title>Installation of GCC</title> | 
|---|
| 23 |  | 
|---|
| 24 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" | 
|---|
| 25 | href="../common/gcc.xml" | 
|---|
| 26 | xpointer="xpointer(//*[@os='p1'])"/> | 
|---|
| 27 |  | 
|---|
| 28 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" | 
|---|
| 29 | href="../common/gcc.xml" | 
|---|
| 30 | xpointer="xpointer(//*[@os='p2'])"/> | 
|---|
| 31 |  | 
|---|
| 32 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" | 
|---|
| 33 | href="../../cross-tools/mips/gcc-static.xml" | 
|---|
| 34 | xpointer="xpointer(//*[@os='f1'])"/> | 
|---|
| 35 |  | 
|---|
| 36 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" | 
|---|
| 37 | href="../../cross-tools/mips/gcc-static.xml" | 
|---|
| 38 | xpointer="xpointer(//*[@os='f2'])"/> | 
|---|
| 39 |  | 
|---|
| 40 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" | 
|---|
| 41 | href="../common/gcc.xml" | 
|---|
| 42 | xpointer="xpointer(//*[@os='d'])"/> | 
|---|
| 43 |  | 
|---|
| 44 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" | 
|---|
| 45 | href="../common/gcc.xml" | 
|---|
| 46 | xpointer="xpointer(//*[@os='e'])"/> | 
|---|
| 47 |  | 
|---|
| 48 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" | 
|---|
| 49 | href="../common/gcc.xml" | 
|---|
| 50 | xpointer="xpointer(//*[@os='f'])"/> | 
|---|
| 51 |  | 
|---|
| 52 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" | 
|---|
| 53 | href="../common/gcc.xml" | 
|---|
| 54 | xpointer="xpointer(//*[@os='g'])"/> | 
|---|
| 55 |  | 
|---|
| 56 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" | 
|---|
| 57 | href="../common/gcc.xml" | 
|---|
| 58 | xpointer="xpointer(//*[@os='h'])"/> | 
|---|
| 59 |  | 
|---|
| 60 | <screen os="i"><userinput>CC="gcc -isystem /usr/include ${BUILD64}" \ | 
|---|
| 61 | CXX="g++ -isystem /usr/include ${BUILD64}" \ | 
|---|
| 62 | LDFLAGS="-Wl,-rpath-link,/usr/lib64:/lib64:/usr/lib32:/lib32:/usr/lib:/lib" \ | 
|---|
| 63 | ../gcc-&gcc-version;/configure --prefix=/usr --libdir=/usr/lib64 \ | 
|---|
| 64 | --libexecdir=/usr/lib64 --enable-shared --enable-threads=posix \ | 
|---|
| 65 | --enable-__cxa_atexit --enable-c99 --enable-long-long --with-abi=64 \ | 
|---|
| 66 | --enable-clocale=gnu --enable-languages=c,c++ --disable-libstdcxx-pch \ | 
|---|
| 67 | --enable-cloog-backend=isl</userinput></screen> | 
|---|
| 68 |  | 
|---|
| 69 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" | 
|---|
| 70 | href="../common/gcc.xml" | 
|---|
| 71 | xpointer="xpointer(//*[@os='j'])"/> | 
|---|
| 72 |  | 
|---|
| 73 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" | 
|---|
| 74 | href="../common/gcc.xml" | 
|---|
| 75 | xpointer="xpointer(//*[@os='k'])"/> | 
|---|
| 76 |  | 
|---|
| 77 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" | 
|---|
| 78 | href="../common/gcc.xml" | 
|---|
| 79 | xpointer="xpointer(//*[@os='l'])"/> | 
|---|
| 80 |  | 
|---|
| 81 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" | 
|---|
| 82 | href="../common/gcc.xml" | 
|---|
| 83 | xpointer="xpointer(//*[@os='m'])"/> | 
|---|
| 84 |  | 
|---|
| 85 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" | 
|---|
| 86 | href="../common/gcc.xml" | 
|---|
| 87 | xpointer="xpointer(//*[@os='n'])"/> | 
|---|
| 88 |  | 
|---|
| 89 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" | 
|---|
| 90 | href="../common/gcc.xml" | 
|---|
| 91 | xpointer="xpointer(//*[@os='o'])"/> | 
|---|
| 92 |  | 
|---|
| 93 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" | 
|---|
| 94 | href="../common/gcc.xml" | 
|---|
| 95 | xpointer="xpointer(//*[@os='p'])"/> | 
|---|
| 96 |  | 
|---|
| 97 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" | 
|---|
| 98 | href="../common/gcc.xml" | 
|---|
| 99 | xpointer="xpointer(//*[@os='q'])"/> | 
|---|
| 100 |  | 
|---|
| 101 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" | 
|---|
| 102 | href="../common/gcc.xml" | 
|---|
| 103 | xpointer="xpointer(//*[@os='r'])"/> | 
|---|
| 104 |  | 
|---|
| 105 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" | 
|---|
| 106 | href="../common/gcc.xml" | 
|---|
| 107 | xpointer="xpointer(//*[@os='s'])"/> | 
|---|
| 108 |  | 
|---|
| 109 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" | 
|---|
| 110 | href="../common/gcc.xml" | 
|---|
| 111 | xpointer="xpointer(//*[@os='t'])"/> | 
|---|
| 112 |  | 
|---|
| 113 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" | 
|---|
| 114 | href="../common/gcc.xml" | 
|---|
| 115 | xpointer="xpointer(//*[@os='u'])"/> | 
|---|
| 116 |  | 
|---|
| 117 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" | 
|---|
| 118 | href="../common/gcc.xml" | 
|---|
| 119 | xpointer="xpointer(//*[@os='v'])"/> | 
|---|
| 120 |  | 
|---|
| 121 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" | 
|---|
| 122 | href="../common/gcc.xml" | 
|---|
| 123 | xpointer="xpointer(//*[@os='w'])"/> | 
|---|
| 124 |  | 
|---|
| 125 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" | 
|---|
| 126 | href="../common/gcc.xml" | 
|---|
| 127 | xpointer="xpointer(//*[@os='x'])"/> | 
|---|
| 128 |  | 
|---|
| 129 | </sect2> | 
|---|
| 130 |  | 
|---|
| 131 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" | 
|---|
| 132 | href="../common/gcc.xml" | 
|---|
| 133 | xpointer="xpointer(id('contents-gcc'))"/> | 
|---|
| 134 |  | 
|---|
| 135 | </sect1> | 
|---|