diff options
author | Joshua Kinard <kumba@gentoo.org> | 2003-11-16 23:31:14 +0000 |
---|---|---|
committer | Joshua Kinard <kumba@gentoo.org> | 2003-11-16 23:31:14 +0000 |
commit | bb6403cb46d6a3549f02f8cc1993b591935a4c59 (patch) | |
tree | 0041d58b756ee052746aaf130f92db1f7aa9f725 /sys-kernel/linux-headers/ChangeLog | |
parent | Sparc fix, see changelog for details (diff) | |
download | gentoo-2-bb6403cb46d6a3549f02f8cc1993b591935a4c59.tar.gz gentoo-2-bb6403cb46d6a3549f02f8cc1993b591935a4c59.tar.bz2 gentoo-2-bb6403cb46d6a3549f02f8cc1993b591935a4c59.zip |
Sparc fix, see changelog for details
Diffstat (limited to 'sys-kernel/linux-headers/ChangeLog')
-rw-r--r-- | sys-kernel/linux-headers/ChangeLog | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/sys-kernel/linux-headers/ChangeLog b/sys-kernel/linux-headers/ChangeLog index 6c94c679d8f4..ba5a8846f3fa 100644 --- a/sys-kernel/linux-headers/ChangeLog +++ b/sys-kernel/linux-headers/ChangeLog @@ -1,12 +1,22 @@ # ChangeLog for sys-kernel/linux-headers # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-headers/ChangeLog,v 1.28 2003/11/16 18:26:58 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-headers/ChangeLog,v 1.29 2003/11/16 23:31:11 kumba Exp $ *linux-headers-2.4.21-r1 (16 Nov 2003) 16 Nov 2003; Joshua Kinard <kumba@gentoo.org> linux-headers-2.4.21-r1.ebuild, linux-headers-2.4.21.ebuild, + linux-headers-2.4.22.ebuild: + Sparc Fix: For the generation of asm_offsets.h for sparc systems, changed the + "make ARCH=sparc dep" line to "make ARCH=${ARCH} dep" because the system + compiler at the present time will fail to complete a make dep stage. This is a + temp-fix for sparc64 systems (make dep will invoke the gcc64 compiler), but sparc32 + systems may continue to be affected until either the kernel gets a fix, or a new + gcc branch update hopefully corrects the problem. + + 16 Nov 2003; Joshua Kinard <kumba@gentoo.org> + linux-headers-2.4.21-r1.ebuild, linux-headers-2.4.21.ebuild, linux-headers-2.4.22.ebuild, files/linux-headers-strict-ansi-fix.patch: Changed the ordering of some variables to adjust to new kernel.eclass behavior. Added a patch that fixes an issue regarding the use of gcc's -ansi flag. Closes Bug #32246 |