Author: qboosh                       Date: Sun Dec 11 19:02:38 2005 GMT
Module: SPECS                         Tag: LINUX_2_6
---- Log message:
- noted two more unresolved on sparc64; ppc unknown, builder lost its buildlog
- one more depmod enabling on sparc->sparc64 cross

---- Files affected:
SPECS:
   kernel.spec (1.441.2.1337 -> 1.441.2.1338) 

---- Diffs:

================================================================
Index: SPECS/kernel.spec
diff -u SPECS/kernel.spec:1.441.2.1337 SPECS/kernel.spec:1.441.2.1338
--- SPECS/kernel.spec:1.441.2.1337      Sun Dec 11 12:51:56 2005
+++ SPECS/kernel.spec   Sun Dec 11 20:02:32 2005
@@ -4,6 +4,9 @@
 #
 #              - add distcc support (and don't break crossbuild!)
 #              - move em8300 stuff to separeated specs
+# sparc64:
+# net/ieee80211/ieee80211_crypt_tkip.ko needs unknown symbol 
wireless_send_event
+# drivers/char/ipmi/ipmi_poweroff.ko needs unknown symbol pm_power_off
 #
 # Conditional build:
 %bcond_without smp             # don't build SMP kernel
@@ -1173,11 +1176,12 @@
 %if "%{_target_base_arch}" != "%{_arch}"
     CrossOpts="ARCH=%{_target_base_arch} 
CROSS_COMPILE=%{_target_cpu}-pld-linux-"
     export DEPMOD=/bin/true
-    %if "%{_arch}" == "x86_64"
-       %if "%{_target_base_arch}" == "i386"
-           CrossOpts="ARCH=%{_target_base_arch}"
-           unset DEPMOD
-       %endif
+    %if "%{_arch}" == "sparc" && "%{_target_base_arch}" == "sparc64"
+       unset DEPMOD
+    %endif
+    %if "%{_arch}" == "x86_64" && "%{_target_base_arch}" == "i386"
+       CrossOpts="ARCH=%{_target_base_arch}"
+       unset DEPMOD
     %endif
 %else
     CrossOpts=""
@@ -1704,6 +1708,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.441.2.1338  2005/12/11 19:02:32  qboosh
+- noted two more unresolved on sparc64; ppc unknown, builder lost its buildlog
+- one more depmod enabling on sparc->sparc64 cross
+
 Revision 1.441.2.1337  2005/12/11 11:51:56  qboosh
 - rel 2.5
 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/SPECS/kernel.spec?r1=1.441.2.1337&r2=1.441.2.1338&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to