SPECS: gcc.spec - more fixes...

pluto pluto at pld-linux.org
Fri Nov 25 01:02:40 CET 2005


Author: pluto                        Date: Fri Nov 25 00:02:40 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- more fixes...

---- Files affected:
SPECS:
   gcc.spec (1.387 -> 1.388) 

---- Diffs:

================================================================
Index: SPECS/gcc.spec
diff -u SPECS/gcc.spec:1.387 SPECS/gcc.spec:1.388
--- SPECS/gcc.spec:1.387	Thu Nov 24 14:17:14 2005
+++ SPECS/gcc.spec	Fri Nov 25 01:02:35 2005
@@ -46,7 +46,7 @@
 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
@@ -111,6 +111,7 @@
 %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
@@ -802,6 +803,7 @@
 	--libexecdir=%{_libdir} \
 	--infodir=%{_infodir} \
 	--mandir=%{_mandir} \
+	--x-libraries=/usr/X11R6/%{_lib} \
 	--enable-shared \
 	--enable-threads=posix \
 	--enable-__cxa_atexit \
@@ -823,10 +825,12 @@
 	--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 \
 
@@ -837,7 +841,7 @@
 	GCJFLAGS="%{rpmcflags}" \
 	BOOT_CFLAGS="%{rpmcflags}" \
 	STAGE1_CFLAGS="%{rpmcflags} -O0" \
-	GNATLIBCFLAGS="%{rpmcflags}" \
+	GNATLIBCFLAGS="%{rpmcflags} -O1" \
 	LDFLAGS_FOR_TARGET="%{rpmldflags}" \
 	mandir=%{_mandir} \
 	infodir=%{_infodir}
@@ -1329,6 +1333,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.388  2005/11/25 00:02:35  pluto
+- more fixes...
+
 Revision 1.387  2005/11/24 13:17:14  pluto
 - updated to 4.1.0-20051123r107414.
   working on ada on ppc/amd64. nfy, dnt.
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/gcc.spec?r1=1.387&r2=1.388&f=u




More information about the pld-cvs-commit mailing list