packages (LINUX_2_6_27): kernel/alpha-small-data.patch, kernel/kernel.spec ...

glen glen at pld-linux.org
Fri Apr 6 17:32:45 CEST 2012


Author: glen                         Date: Fri Apr  6 15:32:45 2012 GMT
Module: packages                      Tag: LINUX_2_6_27
---- Log message:
- use proper macro

---- Files affected:
packages/kernel:
   alpha-small-data.patch (1.1.2.1 -> 1.1.2.2) , kernel.spec (1.441.2.2036.2.77 -> 1.441.2.2036.2.78) 

---- Diffs:

================================================================
Index: packages/kernel/alpha-small-data.patch
diff -u packages/kernel/alpha-small-data.patch:1.1.2.1 packages/kernel/alpha-small-data.patch:1.1.2.2
--- packages/kernel/alpha-small-data.patch:1.1.2.1	Mon Mar 26 19:59:53 2012
+++ packages/kernel/alpha-small-data.patch	Fri Apr  6 17:32:38 2012
@@ -1,6 +1,10 @@
 http://forums.gentoo.org/viewtopic-p-6933728.html
 http://lists.debian.org/debian-alpha/2011/11/msg00019.html
 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47230 <- claims 2.18.50.0.9-8.fc10 20080822 works ok
+http://lists.debian.org/debian-alpha/2011/11/msg00019.html
+http://osdir.com/ml/linux.redhat.axp.general/2003-08/msg00039.html
+http://sourceware.org/ml/binutils/2011-03/msg00525.html
+http://sources.redhat.com/bugzilla/show_bug.cgi?id=230
 
 init/built-in.o: In function `do_one_initcall':
 linux-2.6.27.61/init/main.c:750: relocation truncated to fit: GPREL16 against `.sbss'
@@ -26,7 +30,7 @@
  LDFLAGS_vmlinux	:= -static -N #-relax
  CHECKFLAGS	+= -D__alpha__ -m64
 -cflags-y	:= -pipe -mno-fp-regs -ffixed-8 -msmall-data
-+cflags-y	:= -pipe -mno-fp-regs -ffixed-8
++cflags-y	:= -pipe -mno-fp-regs -ffixed-8 -mlarge-data
  cflags-y	+= $(call cc-option, -fno-jump-tables)
  
  cpuflags-$(CONFIG_ALPHA_EV4)		:= -mcpu=ev4

================================================================
Index: packages/kernel/kernel.spec
diff -u packages/kernel/kernel.spec:1.441.2.2036.2.77 packages/kernel/kernel.spec:1.441.2.2036.2.78
--- packages/kernel/kernel.spec:1.441.2.2036.2.77	Thu Apr  5 23:01:57 2012
+++ packages/kernel/kernel.spec	Fri Apr  6 17:32:38 2012
@@ -975,7 +975,7 @@
 %build
 memtotal=$(awk '/MemTotal|SwapTotal/{ mem += $2 } END { print mem }' /proc/meminfo)
 %ifarch alpha
-%if "%{depmod}" != "/bin/true"
+%if "%{DepMod}" != "/bin/true"
 if [ "$memtotal" -lt "1500000" ]; then
 	echo >&2 "depmod needs a lot memory, at least 1.5GiB needed to run, and you have only $memtotal kB"
 	exit 1
@@ -1719,6 +1719,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.441.2.2036.2.78  2012/04/06 15:32:38  glen
+- use proper macro
+
 Revision 1.441.2.2036.2.77  2012/04/05 21:01:57  glen
 - typo
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/packages/kernel/alpha-small-data.patch?r1=1.1.2.1&r2=1.1.2.2
    http://cvs.pld-linux.org/packages/kernel/kernel.spec?r1=1.441.2.2036.2.77&r2=1.441.2.2036.2.78



More information about the pld-cvs-commit mailing list