SPECS: kernel.spec - added target_arch_dir for sparc(64), both sparcs need ...
sparky
sparky at pld-linux.org
Tue Mar 31 22:28:18 CEST 2009
Author: sparky Date: Tue Mar 31 20:28:18 2009 GMT
Module: SPECS Tag: HEAD
---- Log message:
- added target_arch_dir for sparc(64), both sparcs need some love, they won't
work in current state
---- Files affected:
SPECS:
kernel.spec (1.657 -> 1.658)
---- Diffs:
================================================================
Index: SPECS/kernel.spec
diff -u SPECS/kernel.spec:1.657 SPECS/kernel.spec:1.658
--- SPECS/kernel.spec:1.657 Tue Mar 31 15:56:30 2009
+++ SPECS/kernel.spec Tue Mar 31 22:28:12 2009
@@ -167,10 +167,9 @@
Source20: kernel-multiarch.config
Source21: kernel-x86.config
Source22: kernel-sparc.config
-Source23: kernel-sparc64.config
-Source24: kernel-alpha.config
-Source25: kernel-powerpc.config
-Source26: kernel-ia64.config
+Source23: kernel-alpha.config
+Source24: kernel-powerpc.config
+Source25: kernel-ia64.config
Source40: kernel-netfilter.config
Source41: kernel-patches.config
@@ -419,7 +418,10 @@
%ifarch ppc ppc64
%define target_arch_dir powerpc
%endif
-%ifnarch %{ix86} %{x8664} ppc ppc64
+%ifarch sparc sparc64
+%define target_arch_dir sparc
+%endif
+%ifnarch %{ix86} %{x8664} ppc ppc64 sparc sparc64
%define target_arch_dir %{_target_base_arch}
%endif
@@ -461,7 +463,7 @@
%define DepMod /sbin/depmod
%endif
- %if "%{_target_base_arch}" == ppc || "%{_target_base_arch}" == "ppc64"
+ %if "%{_target_base_arch}" == "ppc" || "%{_target_base_arch}" == "ppc64"
%define CrossOpts ARCH=powerpc CROSS_COMPILE=%{_target_cpu}-pld-linux-
%endif
%else
@@ -1629,6 +1631,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.658 2009/03/31 20:28:12 sparky
+- added target_arch_dir for sparc(64), both sparcs need some love, they won't
+ work in current state
+
Revision 1.657 2009/03/31 13:56:30 baggins
- renamed patches, waiting for cvsadmin to do server side copy
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/kernel.spec?r1=1.657&r2=1.658&f=u
More information about the pld-cvs-commit
mailing list