axs         14/10/20 17:22:05

  Modified:             grub.conf.gentoo
  Added:                grub-0.97-force-ld.bfd.patch
  Log:
  revbump of grub:0 , supporting gx86-multilib (bug 510758) and addressing bugs 
479296, 466536 and 418287
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
2B6559ED)

Revision  Changes    Path
1.3                  sys-boot/grub/files/grub.conf.gentoo

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/files/grub.conf.gentoo?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/files/grub.conf.gentoo?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/files/grub.conf.gentoo?r1=1.2&r2=1.3

Index: grub.conf.gentoo
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-boot/grub/files/grub.conf.gentoo,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- grub.conf.gentoo    5 Jul 2008 09:59:26 -0000       1.2
+++ grub.conf.gentoo    20 Oct 2014 17:22:04 -0000      1.3
@@ -8,9 +8,9 @@
 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:



1.1                  sys-boot/grub/files/grub-0.97-force-ld.bfd.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/files/grub-0.97-force-ld.bfd.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/files/grub-0.97-force-ld.bfd.patch?rev=1.1&content-type=text/plain

Index: grub-0.97-force-ld.bfd.patch
===================================================================
--- 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
 #




Reply via email to