diff options
author | 2014-10-20 17:22:10 +0000 | |
---|---|---|
committer | 2014-10-20 17:22:10 +0000 | |
commit | f54cffa371bb0cdf20a4730e2a8ec932688536c0 (patch) | |
tree | 5610ebaaa61004cea15fcc9a8a81e7372770fdd8 /sys-boot/grub/files | |
parent | dev-vcs/git-cola: Fix borked README, #526096 (diff) | |
download | historical-f54cffa371bb0cdf20a4730e2a8ec932688536c0.tar.gz historical-f54cffa371bb0cdf20a4730e2a8ec932688536c0.tar.bz2 historical-f54cffa371bb0cdf20a4730e2a8ec932688536c0.zip |
revbump of grub:0 , supporting gx86-multilib (bug 510758) and addressing bugs 479296, 466536 and 418287
Package-Manager: portage-2.2.8-r2/cvs/Linux x86_64
Manifest-Sign-Key: 0x2B6559ED
Diffstat (limited to 'sys-boot/grub/files')
-rw-r--r-- | sys-boot/grub/files/grub-0.97-force-ld.bfd.patch | 12 | ||||
-rw-r--r-- | sys-boot/grub/files/grub.conf.gentoo | 6 |
2 files changed, 15 insertions, 3 deletions
diff --git a/sys-boot/grub/files/grub-0.97-force-ld.bfd.patch b/sys-boot/grub/files/grub-0.97-force-ld.bfd.patch new file mode 100644 index 000000000000..0b3794adbc71 --- /dev/null +++ b/sys-boot/grub/files/grub-0.97-force-ld.bfd.patch @@ -0,0 +1,12 @@ +--- configure.ac 2014-10-20 12:48:18.680041136 -0400 ++++ configure.ac.new 2014-10-20 12:52:11.950045394 -0400 +@@ -54,6 +54,9 @@ + CFLAGS="-m32 $CFLAGS" + fi + ++# Force linking with ld.bfd ++CFLAGS="$CFLAGS -fuse-ld=bfd" ++ + # + # Programs + # diff --git a/sys-boot/grub/files/grub.conf.gentoo b/sys-boot/grub/files/grub.conf.gentoo index 0027099e492a..984470b3860d 100644 --- a/sys-boot/grub/files/grub.conf.gentoo +++ b/sys-boot/grub/files/grub.conf.gentoo @@ -8,9 +8,9 @@ default 0 timeout 30 #splashimage=(hd0,0)/boot/grub/splash.xpm.gz -#title Gentoo Linux 2.6.24-r5 +#title Gentoo Linux 3.8.13 #root (hd0,0) -#kernel /boot/kernel-genkernel-x86-2.6.24-gentoo-r5 root=/dev/ram0 real_root=/dev/sda3 -#initrd /boot/initramfs-genkernel-x86-2.6.24-gentoo-r5 +#kernel /boot/kernel-genkernel-x86-3.8.13-gentoo root=/dev/sda3 +#initrd /boot/initramfs-genkernel-x86-3.8.13 # vim:ft=conf: |