diff options
author | Joshua Kinard <kumba@gentoo.org> | 2004-08-15 07:00:23 +0000 |
---|---|---|
committer | Joshua Kinard <kumba@gentoo.org> | 2004-08-15 07:00:23 +0000 |
commit | be6fdf9ae203ef86ef6792b8b26aa2d6a4c2b79d (patch) | |
tree | 53d0bd862aa9d68497b5dff817fd69c8918ee54a /sys-kernel/mips-sources | |
parent | "added CONF_LIBDIR support for installing libbz2 to lib64/lib32 (diff) | |
download | historical-be6fdf9ae203ef86ef6792b8b26aa2d6a4c2b79d.tar.gz historical-be6fdf9ae203ef86ef6792b8b26aa2d6a4c2b79d.tar.bz2 historical-be6fdf9ae203ef86ef6792b8b26aa2d6a4c2b79d.zip |
Forgot a file.
Diffstat (limited to 'sys-kernel/mips-sources')
-rw-r--r-- | sys-kernel/mips-sources/Manifest | 1 | ||||
-rw-r--r-- | sys-kernel/mips-sources/files/mipscvs-2.4.27-makefile-fix.patch | 12 |
2 files changed, 13 insertions, 0 deletions
diff --git a/sys-kernel/mips-sources/Manifest b/sys-kernel/mips-sources/Manifest index c47a53065ef0..ca5395351d48 100644 --- a/sys-kernel/mips-sources/Manifest +++ b/sys-kernel/mips-sources/Manifest @@ -17,6 +17,7 @@ MD5 09a849bbe9c516658420632e9ddcbfc8 files/digest-mips-sources-2.6.7-r6 384 MD5 2fc5d0e8a97a8d2e7c9e20552a795d96 files/misc-2.6-compat_alloc_user_space.patch 755 MD5 d205ef18aaa52cfea67cd116df7e763c files/digest-mips-sources-2.4.27 303 MD5 fa6b0c9324110b868df7cad2d83300ba files/digest-mips-sources-2.6.8.1 388 +MD5 fbb6766828584e454bf053286aad6207 files/mipscvs-2.4.27-makefile-fix.patch 428 MD5 fbb6766828584e454bf053286aad6207 files/mipscvs-2.4.25-makefile-fix.patch 428 MD5 95ba3093147f4188db0ea4949e4317cf files/mipscvs-2.4.25-makefile-inlinelimit.patch 1588 MD5 764740b749fd1f81313aa941c55000ac files/mipscvs-2.4.25-no-page-align.patch 1013 diff --git a/sys-kernel/mips-sources/files/mipscvs-2.4.27-makefile-fix.patch b/sys-kernel/mips-sources/files/mipscvs-2.4.27-makefile-fix.patch new file mode 100644 index 000000000000..462c575b57ac --- /dev/null +++ b/sys-kernel/mips-sources/files/mipscvs-2.4.27-makefile-fix.patch @@ -0,0 +1,12 @@ +--- arch/mips64/Makefile.orig 2004-02-22 16:38:07.553362088 -0500 ++++ arch/mips64/Makefile 2004-02-22 16:41:35.328775424 -0500 +@@ -342,7 +342,7 @@ endif + # ELF files from 32-bit files by conversion. + # + ifdef CONFIG_BOOT_ELF64 +-GCCFLAGS += -Wa,-32 $(call check_gas,-Wa$(comma)-mgp64,) ++GCCFLAGS += -Wa,-mabi=o64 $(call check_gas,-Wa$(comma)-mgp64,) + LINKFLAGS += -T arch/mips64/ld.script.elf32 + #AS += -64 + #LD += -m elf64bmip + |