Changeset 533200f
- Timestamp:
- 11/03/2014 09:34:24 PM (9 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 7.10, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/inkscape-core-mods, lazarus, lxqt, nosym, perl-modules, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 79f2e89f
- Parents:
- 2df2be4b
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/gcc-ada.xml
r2df2be4b r533200f 7 7 <!ENTITY gcc-download-http "http://ftp.gnu.org/gnu/gcc/gcc-&gcc-version;/gcc-&gcc-version;.tar.bz2"> 8 8 <!ENTITY gcc-download-ftp "ftp://ftp.gnu.org/gnu/gcc/gcc-&gcc-version;/gcc-&gcc-version;.tar.bz2"> 9 <!ENTITY gcc-md5sum " fddf71348546af523353bd43d34919c1">9 <!ENTITY gcc-md5sum "4df8ee253b7f3863ad0b86359cd39c43"> 10 10 <!ENTITY gcc-size "86 MB"> 11 <!ENTITY gcc-ada-buildsize " 4.8GB (0.7 GB added if GNAT install dir is not removed)">12 <!ENTITY gcc-ada-time "1 33 SBU">11 <!ENTITY gcc-ada-buildsize "5.1 GB (0.7 GB added if GNAT install dir is not removed)"> 12 <!ENTITY gcc-ada-time "114 SBU (including 72 SBU for tests)"> 13 13 14 14 <!ENTITY gnat-download-http "https://libre.adacore.com/download/"> … … 123 123 </para> 124 124 </listitem> 125 <listitem>125 <!-- <listitem> 126 126 <para> 127 127 Required patch: 128 128 <ulink url="&patch-root;/gcc-&gcc-version;-upstream_fixes-1.patch"/> 129 129 </para> 130 </listitem> 130 </listitem>--> 131 131 </itemizedlist> 132 132 … … 186 186 <sect2 role="installation"> 187 187 <title>Installation of GCC Ada</title> 188 188 <!-- 189 189 <para>As in LFS, fix a problem identified upstream:</para> 190 190 191 191 <screen><userinput>sed -i 's/if \((code.*))\)/if (\1 \&\& \!DEBUG_INSN_P (insn))/' gcc/sched-deps.c</userinput></screen> 192 --> 192 193 193 194 <para>Install <application>GCC Ada</application> by running the 194 195 following commands:</para> 195 196 196 <screen><userinput>patch -Np1 -i ../gcc-&gcc-version;-upstream_fixes-1.patch && 197 mkdir ../gcc-build && 197 <screen><userinput><!-- 198 patch -Np1 -i ../gcc-&gcc-version;-upstream_fixes-1.patch && 199 -->mkdir ../gcc-build && 198 200 cd ../gcc-build && 199 201 … … 249 251 <sect2 role="commands"> 250 252 <title>Command Explanations</title> 251 253 <!-- 252 254 <para> 253 255 <command>patch ... gcc-&gcc-version;-upstream_fixes-1.patch</command>: … … 255 257 segmentation faults in some cases. 256 258 </para> 259 --> 257 260 258 261 <para><command>mkdir ../gcc-build; cd ../gcc-build</command>: The -
general/prog/gcc-java.xml
r2df2be4b r533200f 7 7 <!ENTITY gcc-java-download-http "http://ftp.gnu.org/gnu/gcc/gcc-&gcc-version;/gcc-&gcc-version;.tar.bz2"> 8 8 <!ENTITY gcc-java-download-ftp "ftp://ftp.gnu.org/gnu/gcc/gcc-&gcc-version;/gcc-&gcc-version;.tar.bz2"> 9 <!ENTITY gcc-java-md5sum " fddf71348546af523353bd43d34919c1">9 <!ENTITY gcc-java-md5sum "4df8ee253b7f3863ad0b86359cd39c43"> 10 10 <!ENTITY gcc-java-size "86 MB"> 11 <!ENTITY gcc-java-buildsize " 2.7GB">12 <!ENTITY gcc-java-time " 94 SBU">11 <!ENTITY gcc-java-buildsize "3.0 GB"> 12 <!ENTITY gcc-java-time "84 SBU (including 70 SBU for tests)"> 13 13 14 14 <!ENTITY ecj-download-ftp "ftp://sourceware.org/pub/java/ecj-latest.jar"> … … 91 91 </para> 92 92 </listitem> 93 <listitem>93 <!-- <listitem> 94 94 <para> 95 95 Required patch: 96 96 <ulink url="&patch-root;/gcc-&gcc-version;-upstream_fixes-1.patch"/> 97 97 </para> 98 </listitem> 98 </listitem>--> 99 99 </itemizedlist> 100 100 … … 134 134 the GCC version, then remove the <option>--disable-bootstrap</option> from 135 135 the <command>./configure</command> options below.</para> 136 136 <!-- 137 137 <para>As in LFS, fix a problem identified upstream:</para> 138 138 139 139 <screen><userinput>sed -i 's/if \((code.*))\)/if (\1 \&\& \!DEBUG_INSN_P (insn))/' gcc/sched-deps.c</userinput></screen> 140 --> 140 141 141 142 <para>Install <application>GCC Java</application> by running the … … 144 145 <screen><userinput>sed -i 's/\(install.*:\) install-.*recursive/\1/' libffi/Makefile.in && 145 146 sed -i 's/\(install-data-am:\).*/\1/' libffi/include/Makefile.in && 146 147 <!-- 147 148 patch -Np1 -i ../gcc-&gcc-version;-upstream_fixes-1.patch && 149 --> 148 150 149 151 cp ../ecj-latest.jar ./ecj.jar && … … 209 211 with <application>GCC</application>, since it is outdated compared to 210 212 <xref linkend="libffi"/>.</para> 211 213 <!-- 212 214 <para> 213 215 <command>patch ... gcc-&gcc-version;-upstream_fixes-1.patch</command>: … … 215 217 segmentation faults in some cases. 216 218 </para> 219 --> 217 220 218 221 <para><command>mkdir ../gcc-build; cd ../gcc-build</command>: The … … 339 342 /usr/include/c++/&gcc-version;/{gcj,gnu,java,javax,org,sun}, 340 343 /usr/lib/gcj-&gcc-version;-15, 341 /usr/lib/security, /opt/gcj/{bin,jre } and344 /usr/lib/security, /opt/gcj/{bin,jre,include,lib} and 342 345 /usr/share/java 343 346 </seg> -
general/prog/gcc.xml
r2df2be4b r533200f 7 7 <!ENTITY gcc-download-http "http://ftp.gnu.org/gnu/gcc/gcc-&gcc-version;/gcc-&gcc-version;.tar.bz2"> 8 8 <!ENTITY gcc-download-ftp "ftp://ftp.gnu.org/gnu/gcc/gcc-&gcc-version;/gcc-&gcc-version;.tar.bz2"> 9 <!ENTITY gcc-md5sum " fddf71348546af523353bd43d34919c1">9 <!ENTITY gcc-md5sum "4df8ee253b7f3863ad0b86359cd39c43"> 10 10 <!ENTITY gcc-size "86 MB"> 11 <!ENTITY gcc-buildsize "5. 1GB">12 <!ENTITY gcc-time "1 45 SBU">11 <!ENTITY gcc-buildsize "5.2 GB"> 12 <!ENTITY gcc-time "138 SBU (including 95 SBU for tests)"> 13 13 ]> 14 14 … … 77 77 </listitem> 78 78 </itemizedlist> 79 79 <!-- 80 80 <bridgehead renderas="sect3">Additional Downloads</bridgehead> 81 81 <itemizedlist spacing="compact"> … … 87 87 </listitem> 88 88 </itemizedlist> 89 --> 89 90 90 91 <bridgehead renderas="sect3">GCC Dependencies</bridgehead> … … 127 128 bootstrap anyways, add <parameter>--disable-bootstrap</parameter> to the 128 129 <command>./configure</command> options below.</para> 129 130 <!-- 130 131 <para>As in LFS, fix a problem identified upstream:</para> 131 132 132 133 <screen><userinput>sed -i 's/if \((code.*))\)/if (\1 \&\& \!DEBUG_INSN_P (insn))/' gcc/sched-deps.c</userinput></screen> 134 --> 133 135 134 136 <para>Install <application>GCC</application> by running the 135 137 following commands:</para> 136 138 137 <screen><userinput>patch -Np1 -i ../gcc-&gcc-version;-upstream_fixes-1.patch && 138 mkdir ../gcc-build && 139 <screen><userinput><!-- 140 patch -Np1 -i ../gcc-&gcc-version;-upstream_fixes-1.patch && 141 -->mkdir ../gcc-build && 139 142 cd ../gcc-build && 140 143 … … 192 195 <sect2 role="commands"> 193 196 <title>Command Explanations</title> 194 197 <!-- 195 198 <para> 196 199 <command>patch ... gcc-&gcc-version;-upstream_fixes-1.patch</command>: … … 198 201 segmentation faults in some cases. 199 202 </para> 203 --> 200 204 201 205 <para> … … 292 296 libgo.{so,a}, libgobegin.a, libobjc.{so,a}, and numerous other 293 297 run-time libraries and executables in <filename class="directory"> 294 /usr/lib/gcc</filename> and <filename class="directory"> 295 /usr/libexec/gcc</filename> 298 /usr/lib/gcc</filename>, <filename class="directory"> 299 /usr/libexec/gcc</filename>, and <filename class="directory"> 300 /usr/lib/go</filename> 296 301 </seg> 297 302 <seg> -
introduction/welcome/changelog.xml
r2df2be4b r533200f 49 49 <itemizedlist> 50 50 <listitem> 51 <para>[pierre] - Update to gcc-4.9.2. Fixes 52 <ulink url="&blfs-ticket-root;5756">#5756</ulink>.</para> 53 </listitem> 54 <listitem> 51 55 <para>[bdubbs] - Move section on /etc/shells to LFS. </para> 52 56 </listitem> 53 57 <listitem> 54 <para>[fernando] - Update to raptor-2.0.15. Fixes 58 <para>[fernando] - Update to raptor-2.0.15. Fixes 55 59 <ulink url="&blfs-ticket-root;5761">#5761</ulink>.</para> 56 60 </listitem> … … 62 66 <itemizedlist> 63 67 <listitem> 64 <para>[fernando] - Update to ffmpeg-2.4.3. Fixes 68 <para>[fernando] - Update to ffmpeg-2.4.3. Fixes 65 69 <ulink url="&blfs-ticket-root;5760">#5760</ulink>.</para> 66 70 </listitem> -
packages.ent
r2df2be4b r533200f 255 255 <!ENTITY elfutils-version "0.160"> 256 256 <!ENTITY expect-version "5.45"> 257 <!ENTITY gcc-version "4.9. 1">257 <!ENTITY gcc-version "4.9.2"> 258 258 <!ENTITY gc-version "7.4.2"> 259 259 <!ENTITY gdb-version "7.8.1">
Note:
See TracChangeset
for help on using the changeset viewer.