]> TLD Linux GIT Repositories - packages/gcc.git/commitdiff
- updated to 4.8.4, disabled gtk stuff
authorMarcin Krol <hawk@tld-linux.org>
Tue, 3 Feb 2015 22:45:59 +0000 (22:45 +0000)
committerMarcin Krol <hawk@tld-linux.org>
Tue, 3 Feb 2015 22:45:59 +0000 (22:45 +0000)
gcc.spec

index 9762ee0217751256c36317ee176095f56aa6473b..a676c1a9fd274134e8ad9f45b774e7505d4702c8 100644 (file)
--- a/gcc.spec
+++ b/gcc.spec
 # - libgcj options:
 %bcond_without alsa            # don't build libgcj ALSA MIDI interface
 %bcond_without dssi            # don't build libgcj DSSI MIDI interface
-%bcond_without gtk             # don't build libgcj GTK peer
-%bcond_without apidocs         # do not build and package API docs
+%bcond_with    gtk             # build libgcj GTK peer
+%bcond_with    apidocs         # build and package API docs
 %bcond_with    mozilla         # build libgcjwebplugin (needs fix for new xulrunner)
 %bcond_with    qt              # build libgcj Qt peer (currently doesn't build with libtool-2.x)
-%bcond_without x               # don't build libgcj Xlib-dependent AWTs (incl. GTK/Qt)
+%bcond_with    x               # build libgcj Xlib-dependent AWTs (incl. GTK/Qt)
 # - other:
 %bcond_without bootstrap       # omit 3-stage bootstrap
 %bcond_with    tests           # torture gcc
@@ -82,7 +82,7 @@
 %endif
 
 %define                major_ver       4.8
-%define                minor_ver       3
+%define                minor_ver       4
 %define                major_ecj_ver   4.5
 # class data version seen with file(1) that this jvm is able to load
 %define                _classdataversion 50.0
@@ -94,12 +94,12 @@ Summary(pl.UTF-8):  Kolekcja kompilatorów GNU: kompilator C i pliki współdziel
 Summary(pt_BR.UTF-8):  Coleção dos compiladores GNU: o compilador C e arquivos compartilhados
 Name:          gcc
 Version:       %{major_ver}.%{minor_ver}
-Release:       3
+Release:       4
 Epoch:         6
 License:       GPL v3+
 Group:         Development/Languages
 Source0:       ftp://gcc.gnu.org/pub/gcc/releases/gcc-%{version}/%{name}-%{version}.tar.bz2
-# Source0-md5: 7c60f24fab389f77af203d2516ee110f
+# Source0-md5: 5a84a30839b2aca22a2d723de2a626ec
 Source1:       %{name}-optimize-la.pl
 Source2:       ftp://sourceware.org/pub/java/ecj-%{major_ecj_ver}.jar
 # Source2-md5: d7cd6a27c8801e66cbaa964a039ecfdb
@@ -114,7 +114,6 @@ Patch3:             %{name}-ada-link.patch
 Patch4:                %{name}-libjava-multilib.patch
 Patch5:                %{name}-enable-java-awt-qt.patch
 Patch6:                %{name}-install-libffi.patch
-Patch7:                gcc-4.9-isl-0.13-hack.patch
 Patch100:      %{name}-branch.diff
 URL:           http://gcc.gnu.org/
 BuildRequires: autoconf >= 2.64
@@ -1679,7 +1678,6 @@ Ten pakiet zawiera 32-bitową wersję statycznej biblioteki GNU Atomic.
 %if %{with gcc_libffi}
 %patch6 -p0
 %endif
-%patch7 -p1
 %patch100 -p0
 
 mv ChangeLog ChangeLog.general