summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Kinard <kumba@gentoo.org>2003-10-16 08:06:21 +0000
committerJoshua Kinard <kumba@gentoo.org>2003-10-16 08:06:21 +0000
commitc0521f39e4aa99e7bf721bbb12a2dc979b99f2b0 (patch)
tree03da9a409c207d9bce5a1a0d8af2024cf1944eb3 /sys-kernel
parentTypo in patch to tweak mips64 Makefile (diff)
downloadgentoo-2-c0521f39e4aa99e7bf721bbb12a2dc979b99f2b0.tar.gz
gentoo-2-c0521f39e4aa99e7bf721bbb12a2dc979b99f2b0.tar.bz2
gentoo-2-c0521f39e4aa99e7bf721bbb12a2dc979b99f2b0.zip
Typo in patch to tweak mips64 Makefile
Diffstat (limited to 'sys-kernel')
-rw-r--r--sys-kernel/mips-sources/ChangeLog6
-rw-r--r--sys-kernel/mips-sources/Manifest2
-rw-r--r--sys-kernel/mips-sources/files/mipscvs-2.4.22-makefile-mips64-tweak.patch2
3 files changed, 7 insertions, 3 deletions
diff --git a/sys-kernel/mips-sources/ChangeLog b/sys-kernel/mips-sources/ChangeLog
index 550ce1ab8265..83225a984ebb 100644
--- a/sys-kernel/mips-sources/ChangeLog
+++ b/sys-kernel/mips-sources/ChangeLog
@@ -1,10 +1,14 @@
# ChangeLog for sys-kernel/mips-sources
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/mips-sources/ChangeLog,v 1.12 2003/10/16 03:22:07 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/mips-sources/ChangeLog,v 1.13 2003/10/16 08:06:08 kumba Exp $
*mips-sources-2.4.22-r3 (15 Oct 2003)
+ 16 Oct 2003; Joshua Kinard <kumba@gentoo.org>
+ files/mipscvs-2.4.22-makefile-mips64-tweak.patch:
+ Typo in patch for mips64 building.
+
15 Oct 2003; Joshua Kinard <kumba@gentoo.org> mips-sources-2.4.22-r3.ebuild,
files/mipscvs-2.4.22-makefile-mips64-tweak.patch:
New linux-mips.org CVS snap, dated 20031015. This snapshot allows mips64
diff --git a/sys-kernel/mips-sources/Manifest b/sys-kernel/mips-sources/Manifest
index 15cb60ba58d9..d89b267bb5b5 100644
--- a/sys-kernel/mips-sources/Manifest
+++ b/sys-kernel/mips-sources/Manifest
@@ -1,4 +1,4 @@
-MD5 1b52164ae96256dad544b1191a0d2410 ChangeLog 3798
+MD5 b6e6bc4a58cb51592c7416b956669802 ChangeLog 3798
MD5 ad25a2a0b6ade60c13ad8040f3c319c6 metadata.xml 378
MD5 46a2892f6e39271209b313b0523629a1 mips-sources-2.4.21-r2.ebuild 1204
MD5 b351f7c79ce78b5745dd55ac21e16d49 mips-sources-2.4.22-r1.ebuild 1399
diff --git a/sys-kernel/mips-sources/files/mipscvs-2.4.22-makefile-mips64-tweak.patch b/sys-kernel/mips-sources/files/mipscvs-2.4.22-makefile-mips64-tweak.patch
index 2ec1cd9474c2..08a8e791a672 100644
--- a/sys-kernel/mips-sources/files/mipscvs-2.4.22-makefile-mips64-tweak.patch
+++ b/sys-kernel/mips-sources/files/mipscvs-2.4.22-makefile-mips64-tweak.patch
@@ -5,7 +5,7 @@
#
ifdef CONFIG_BOOT_ELF32
-GCCFLAGS += -Wa,-32 $(shell if $(CC) -Wa,-mgp64 -c -o /dev/null -xc /dev/null > /dev/null 2>&1; then echo "-Wa,-mgp64"; fi)
-+GCCFLAGS += -Wa,mabi=o64 $(shell if $(CC) -Wa,-mgp64 -c -o /dev/null -xc /dev/null > /dev/null 2>&1; then echo "-Wa,-mgp64"; fi)
++GCCFLAGS += -Wa,-mabi=o64 $(shell if $(CC) -Wa,-mgp64 -c -o /dev/null -xc /dev/null > /dev/null 2>&1; then echo "-Wa,-mgp64"; fi)
LINKFLAGS += -T arch/mips64/ld.script.elf32
endif
#