SPECS: kernel-vanilla.spec - gcc requirement is actually for ppc (...

glen glen at pld-linux.org
Thu Feb 7 14:15:51 CET 2008


Author: glen                         Date: Thu Feb  7 13:15:51 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- gcc requirement is actually for ppc (-mcpu=440)

---- Files affected:
SPECS:
   kernel-vanilla.spec (1.109 -> 1.110) 

---- Diffs:

================================================================
Index: SPECS/kernel-vanilla.spec
diff -u SPECS/kernel-vanilla.spec:1.109 SPECS/kernel-vanilla.spec:1.110
--- SPECS/kernel-vanilla.spec:1.109	Thu Feb  7 14:04:55 2008
+++ SPECS/kernel-vanilla.spec	Thu Feb  7 14:15:45 2008
@@ -69,8 +69,8 @@
 %ifarch sparc sparc64
 BuildRequires:	elftoaout
 %endif
-%if %{with gcc4}
-BuildRequires:	gcc >= 5:4.1
+%ifarch ppc ppc64
+BuildRequires:	gcc >= 5:3.4
 %else
 BuildRequires:	gcc >= 5:3.2
 %endif
@@ -778,6 +778,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.110  2008-02-07 13:15:45  glen
+- gcc requirement is actually for ppc (-mcpu=440)
+
 Revision 1.109  2008-02-07 13:04:55  glen
 - more df friendly
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/kernel-vanilla.spec?r1=1.109&r2=1.110&f=u



More information about the pld-cvs-commit mailing list