]> git.proxmox.com Git - grub2.git/commit
Skip libgcc dependency for powerpc
authorPaulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
Wed, 17 Sep 2014 17:44:30 +0000 (14:44 -0300)
committerColin Watson <cjwatson@debian.org>
Fri, 26 Sep 2014 12:38:47 +0000 (13:38 +0100)
commit5135c93d8ef0afff0752d0686131287b7200db80
tree8d254f26ce8dc65f34b8917971acaed62920e3ce
parent473a0438733aa59f8aa552501909c1bf28ae7883
Skip libgcc dependency for powerpc

* configure.ac: Add conditions to avoid libgcc dependency.
* Makefile.am: Likewise.
* Makefile.core.def: Include compiler-rt.S and compiler-rt.c.
* compiler-rt.c: New file.
* compiler-rt.S: Likewise.
* compiler-rt.h: Likewise.

Also-By: Brent Baude <bbaude@redhat.com>
Also-By: Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Origin: other, https://lists.gnu.org/archive/html/grub-devel/2014-09/msg00021.html
Last-Update: 2014-09-19

Patch-Name: ppc64el-skip-libgcc.patch
configure.ac
grub-core/Makefile.am
grub-core/Makefile.core.def
grub-core/kern/compiler-rt.c [new file with mode: 0644]
grub-core/kern/powerpc/compiler-rt.S [new file with mode: 0644]
include/grub/compiler-rt.h [new file with mode: 0644]