SPECS: gcc.spec - package ppc specific files.

pluto pluto at pld-linux.org
Thu Dec 7 23:12:06 CET 2006


Author: pluto                        Date: Thu Dec  7 22:12:06 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- package ppc specific files.

---- Files affected:
SPECS:
   gcc.spec (1.433 -> 1.434) 

---- Diffs:

================================================================
Index: SPECS/gcc.spec
diff -u SPECS/gcc.spec:1.433 SPECS/gcc.spec:1.434
--- SPECS/gcc.spec:1.433	Thu Dec  7 10:55:08 2006
+++ SPECS/gcc.spec	Thu Dec  7 23:12:01 2006
@@ -42,7 +42,7 @@
 %define		_minor_ver	0
 Version:	%{_major_ver}.%{_minor_ver}
 %define		_snap	20061206r119598
-Release:	0.%{_snap}.1
+Release:	0.%{_snap}.2
 #Release:	2
 Epoch:		5
 License:	GPL v2+
@@ -148,7 +148,8 @@
 %define		_libdir32	/usr/lib
 %endif
 
-%define		filterout	-fwrapv -fno-strict-aliasing -fsigned-char
+%define		filterout	-fwrapv -fno-strict-aliasing -fsigned-char -O2
+%define		specflags	-O1
 
 %description
 A compiler aimed at integrating all the optimizations and features
@@ -950,7 +951,6 @@
 # by fixincludes, we don't want former
 gccdir=$(echo $RPM_BUILD_ROOT%{_libdir}/gcc/*/*/)
 mkdir	$gccdir/tmp
-
 # we have to save these however
 %{?with_java:mv $gccdir/include/{gcj,ffi.h,ffitarget.h,jawt.h,jawt_md.h,jni.h,jni_md.h,jvmpi.h} $gccdir/tmp}
 %{?with_objc:mv $gccdir/include/objc $gccdir/tmp}
@@ -1092,6 +1092,11 @@
 %{_libdir}/gcc/*/*/include/pmmintrin.h
 %{_libdir}/gcc/*/*/include/xmmintrin.h
 %endif
+%ifarch powerpc ppc ppc64
+%{_libdir}/gcc/*/*/include/altivec.h
+%{_libdir}/gcc/*/*/include/ppc-asm.h
+%{_libdir}/gcc/*/*/include/spe.h
+%endif
 
 %files -n libgcc
 %defattr(644,root,root,755)
@@ -1400,6 +1405,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.434  2006/12/07 22:12:01  pluto
+- package ppc specific files.
+
 Revision 1.433  2006/12/07 09:55:08  wiget
 - one more todo
 
================================================================

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



More information about the pld-cvs-commit mailing list