]> git.pld-linux.org Git - packages/gcc4.git/commitdiff
- more fixes...
authorPaweł Sikora <pluto@pld-linux.org>
Fri, 25 Nov 2005 00:02:35 +0000 (00:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gcc4.spec -> 1.388

gcc4.spec

index cea3d4e8d2f76e6c0c15f3d12693f4775d72d69a..faef894ace6995485c2fe4668f11298cdfd28ab6 100644 (file)
--- a/gcc4.spec
+++ b/gcc4.spec
@@ -45,7 +45,7 @@ Summary(pt_BR):       Cole
 Name:          gcc
 Version:       4.1.0
 %define                _snap   20051123r107414
-Release:       0.%{_snap}.0.1
+Release:       0.%{_snap}.0.2
 Epoch:         5
 License:       GPL v2+
 Group:         Development/Languages
@@ -110,6 +110,7 @@ BuildRequires:      glibc-devel(sparc)
 %else
 BuildRequires: glibc-devel >= 2.2.5-20
 %endif
+#{?with_java:BuildRequires:    gtk+2-devel >= 2.4.0}
 %if %{with fortran}
 BuildRequires: gmp-devel
 BuildRequires: libmpfr-devel
@@ -801,6 +802,7 @@ TEXCONFIG=false \
        --libexecdir=%{_libdir} \
        --infodir=%{_infodir} \
        --mandir=%{_mandir} \
+       --x-libraries=/usr/X11R6/%{_lib} \
        --enable-shared \
        --enable-threads=posix \
        --enable-__cxa_atexit \
@@ -822,10 +824,12 @@ TEXCONFIG=false \
        --enable-libgcj-multifile \
        --enable-libgcj-database \
        --enable-gtk-cairo \
-       --enable-java-awt=gtk \
 %endif
        %{_target_platform}
 
+# not finished yet
+#      --enable-java-awt=gtk \
+
 # horrible compile time hog with perfect tree checking
 #      --enable-checking=all \
 
@@ -836,7 +840,7 @@ cd ..
        GCJFLAGS="%{rpmcflags}" \
        BOOT_CFLAGS="%{rpmcflags}" \
        STAGE1_CFLAGS="%{rpmcflags} -O0" \
-       GNATLIBCFLAGS="%{rpmcflags}" \
+       GNATLIBCFLAGS="%{rpmcflags} -O1" \
        LDFLAGS_FOR_TARGET="%{rpmldflags}" \
        mandir=%{_mandir} \
        infodir=%{_infodir}
This page took 0.097624 seconds and 4 git commands to generate.