SPECS: gcc.spec - fixed ada bootstrap on ppc. - fixed mmx/x87 inte...

pluto pluto at pld-linux.org
Sat Jul 23 18:41:02 CEST 2005


Author: pluto                        Date: Sat Jul 23 16:41:02 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fixed ada bootstrap on ppc.
- fixed mmx/x87 interactions.

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

---- Diffs:

================================================================
Index: SPECS/gcc.spec
diff -u SPECS/gcc.spec:1.342 SPECS/gcc.spec:1.343
--- SPECS/gcc.spec:1.342	Sat Jul 23 09:58:28 2005
+++ SPECS/gcc.spec	Sat Jul 23 18:40:57 2005
@@ -47,15 +47,15 @@
 Summary(pt_BR):	Coleçăo dos compiladores GNU: o compilador C e arquivos compartilhados
 Name:		gcc
 Version:	4.1.0
-%define		_snap	20050722T2023UTC
-Release:	0.%{_snap}.1
+%define		_snap	20050723T1611UTC
+Release:	0.%{_snap}.0.1
 Epoch:		5
 License:	GPL v2+
 Group:		Development/Languages
 #Source0:	ftp://gcc.gnu.org/pub/gcc/releases/gcc-%{version}/%{name}-%{version}.tar.bz2
 #Source0:	ftp://gcc.gnu.org/pub/gcc/snapshots/4.1-%{_snap}/gcc-4.1-%{_snap}.tar.bz2
 Source0:	gcc-4.1-%{_snap}.tar.bz2
-# Source0-md5:	8777b16adae820774fbacee281be783b
+# Source0-md5:	5f9c817d32902536838b7eeebbe10363
 Source1:	%{name}-optimize-la.pl
 Patch0:		%{name}-info.patch
 Patch1:		%{name}-nolocalefiles.patch
@@ -70,6 +70,8 @@
 Patch12:	%{name}-pr22484.patch
 Patch13:	%{name}-pr22493.patch
 Patch14:	%{name}-pr22037.patch
+Patch15:	%{name}-pr22533.patch
+Patch16:	%{name}-mmx-x87-fpu-mode-switching-and-mmx-vectorizer.patch
 URL:		http://gcc.gnu.org/
 BuildRequires:	autoconf
 %{?with_tests:BuildRequires:	autogen}
@@ -741,6 +743,8 @@
 %patch12 -p1
 %patch13 -p1
 %patch14 -p1
+%patch15 -p1
+%patch16 -p1
 
 # because we distribute modified version of gcc...
 perl -pi -e 's/(version.*)";/$1 (PLD Linux)";/' gcc/version.c
@@ -887,7 +891,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,jvmpi.h} $gccdir/tmp}
+%{?with_java:mv -f $gccdir/include/{gcj,libffi/ffitarget.h,jawt.h,jawt_md.h,jni.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
@@ -1213,6 +1217,7 @@
 %{_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/*
@@ -1287,6 +1292,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.343  2005/07/23 16:40:57  pluto
+- fixed ada bootstrap on ppc.
+- fixed mmx/x87 interactions.
+
 Revision 1.342  2005/07/23 07:58:28  pluto
 - builds (ix86, x86-64, ppc nty).
 
================================================================

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




More information about the pld-cvs-commit mailing list