diff options
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: |