SPECS: gcc.spec - builds (ix86, x86-64, ppc nty).

pluto pluto at pld-linux.org
Sat Jul 23 09:58:34 CEST 2005


Author: pluto                        Date: Sat Jul 23 07:58:34 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- builds (ix86, x86-64, ppc nty).

---- Files affected:
SPECS:
   gcc.spec (1.341 -> 1.342) 

---- Diffs:

================================================================
Index: SPECS/gcc.spec
diff -u SPECS/gcc.spec:1.341 SPECS/gcc.spec:1.342
--- SPECS/gcc.spec:1.341	Sat Jul 23 00:54:21 2005
+++ SPECS/gcc.spec	Sat Jul 23 09:58:28 2005
@@ -48,7 +48,7 @@
 Name:		gcc
 Version:	4.1.0
 %define		_snap	20050722T2023UTC
-Release:	0.%{_snap}.0.1
+Release:	0.%{_snap}.1
 Epoch:		5
 License:	GPL v2+
 Group:		Development/Languages
@@ -120,6 +120,11 @@
 %define		_libdir32	/usr/lib
 %endif
 
+%ifarch i686
+# workaround PR wrong-code/22584
+%define		optflags	-march=i486 -O2
+%endif
+
 %description
 A compiler aimed at integrating all the optimizations and features
 necessary for a high-performance and stable development environment.
@@ -882,7 +887,7 @@
 gccdir=$(echo $RPM_BUILD_ROOT%{_libdir}/gcc/*/*/)
 mkdir	$gccdir/tmp
 # we have to save these however
-%{?with_java:mv -f $gccdir/include/{gcj,libffi/ffitarget.h,jawt.h,jawt_md.h,jni.h,jvmpi.h} $gccdir/tmp}
+%{?with_java:mv -f $gccdir/include/{gcj,libffi/ffitarget.h,jawt.h,jawt_md.h,jvmpi.h} $gccdir/tmp}
 %{?with_objc:mv -f $gccdir/include/objc	$gccdir/tmp}
 mv -f	$gccdir/include/syslimits.h $gccdir/tmp
 rm -rf	$gccdir/include
@@ -1176,6 +1181,8 @@
 %attr(755,root,root) %{_libdir}/gcc/*/*/jvgenmain
 %{_infodir}/fastjar*
 %{_infodir}/gcj*
+%{_infodir}/hacking*
+%{_infodir}/vmintegration*
 %{_mandir}/man1/fastjar*
 %{_mandir}/man1/gcj*
 %{_mandir}/man1/gjnih*
@@ -1206,7 +1213,6 @@
 %{_libdir}/gcc/*/*/include/gcj
 %{_libdir}/gcc/*/*/include/jawt.h
 %{_libdir}/gcc/*/*/include/jawt_md.h
-%{_libdir}/gcc/*/*/include/jni.h
 %{_libdir}/gcc/*/*/include/jvmpi.h
 %dir %{_libdir}/security
 %{_libdir}/security/*
@@ -1281,6 +1287,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.342  2005/07/23 07:58:28  pluto
+- builds (ix86, x86-64, ppc nty).
+
 Revision 1.341  2005/07/22 22:54:21  pluto
 - c++ bconded, libssp symlinks fixed.
 
================================================================

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




More information about the pld-cvs-commit mailing list