source: BOOK/final-system/multilib/gcc.xml @ 3c54c0a

clfs-2.1clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since 3c54c0a was 3c54c0a, checked in by William Harrington <kb0iic@…>, 11 years ago

Remove --disable-cloog-version-check from all gcc configuration commands.

  • Property mode set to 100644
File size: 3.9 KB
RevLine 
[3f8be484]1<?xml version="1.0" encoding="ISO-8859-1"?>
[aa18ac0]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[3f8be484]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
[dabbced]17  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[1cd688b]18  href="../common/gcc.xml"
19  xpointer="xpointer(//*[@role='package'])"/>
[3f8be484]20
21  <sect2 role="installation">
22    <title>Installation of GCC</title>
23
[dabbced]24    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]25    href="../common/gcc.xml"
26    xpointer="xpointer(//*[@os='d'])"/>
27
[dabbced]28    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]29    href="../common/gcc.xml"
30    xpointer="xpointer(//*[@os='e'])"/>
31
[dabbced]32    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]33    href="../common/gcc.xml"
34    xpointer="xpointer(//*[@os='f'])"/>
35
[dabbced]36    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]37    href="../common/gcc.xml"
38    xpointer="xpointer(//*[@os='g'])"/>
39
[dabbced]40    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]41    href="../common/gcc.xml"
42    xpointer="xpointer(//*[@os='h'])"/>
43
[b6831b6]44<screen os="i"><userinput>CC="gcc -isystem /usr/include ${BUILD64}" \
45CXX="g++ -isystem /usr/include ${BUILD64}" \
46LDFLAGS="-Wl,-rpath-link,/usr/lib64:/lib64:/usr/lib:/lib" \
47  ../gcc-&gcc-version;/configure --prefix=/usr --libdir=/usr/lib64 \
[3f8be484]48    --libexecdir=/usr/lib64 --enable-shared --enable-threads=posix \
49    --enable-__cxa_atexit --enable-c99 --enable-long-long \
[84b164e]50    --enable-clocale=gnu --enable-languages=c,c++ --disable-libstdcxx-pch \
[4dbd276]51    --enable-cloog-backend=isl --with-system-zlib \
[3c54c0a]52    --enable-checking=release --enable-libstdcxx-time \
53    --disable-install-libiberty</userinput></screen>
[3f8be484]54
[dabbced]55    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]56    href="../common/gcc.xml"
57    xpointer="xpointer(//*[@os='j'])"/>
58
[dabbced]59    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]60    href="../common/gcc.xml"
61    xpointer="xpointer(//*[@os='k'])"/>
62
[dabbced]63    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]64    href="../common/gcc.xml"
65    xpointer="xpointer(//*[@os='l'])"/>
66
[dabbced]67    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]68    href="../common/gcc.xml"
69    xpointer="xpointer(//*[@os='m'])"/>
70
[dabbced]71    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]72    href="../common/gcc.xml"
73    xpointer="xpointer(//*[@os='n'])"/>
74
[dabbced]75    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]76    href="../common/gcc.xml"
77    xpointer="xpointer(//*[@os='o'])"/>
78
[dabbced]79    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]80    href="../common/gcc.xml"
81    xpointer="xpointer(//*[@os='p'])"/>
82
[dabbced]83    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]84    href="../common/gcc.xml"
85    xpointer="xpointer(//*[@os='q'])"/>
86
[dabbced]87    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]88    href="../common/gcc.xml"
89    xpointer="xpointer(//*[@os='r'])"/>
90
[dabbced]91    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]92    href="../common/gcc.xml"
93    xpointer="xpointer(//*[@os='s'])"/>
94
[dabbced]95    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]96    href="../common/gcc.xml"
97    xpointer="xpointer(//*[@os='t'])"/>
98
[dabbced]99    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]100    href="../common/gcc.xml"
101    xpointer="xpointer(//*[@os='u'])"/>
102
[dabbced]103    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]104    href="../common/gcc.xml"
105    xpointer="xpointer(//*[@os='v'])"/>
106
[dabbced]107    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]108    href="../common/gcc.xml"
109    xpointer="xpointer(//*[@os='w'])"/>
110
[dabbced]111    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]112    href="../common/gcc.xml"
113    xpointer="xpointer(//*[@os='x'])"/>
114
115  </sect2>
116
[dabbced]117  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]118  href="../common/gcc.xml"
119  xpointer="xpointer(id('contents-gcc'))"/>
120
121</sect1>
Note: See TracBrowser for help on using the repository browser.