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>
This commit is contained in:
parent
872dec5684
commit
21143c3fde
6 changed files with 387 additions and 4 deletions
|
@ -76,6 +76,7 @@ KERNEL_HEADER_FILES += $(top_srcdir)/include/grub/i18n.h
|
|||
KERNEL_HEADER_FILES += $(top_srcdir)/include/grub/kernel.h
|
||||
KERNEL_HEADER_FILES += $(top_srcdir)/include/grub/list.h
|
||||
KERNEL_HEADER_FILES += $(top_srcdir)/include/grub/misc.h
|
||||
KERNEL_HEADER_FILES += $(top_srcdir)/include/grub/compiler-rt.h
|
||||
KERNEL_HEADER_FILES += $(top_srcdir)/include/grub/mm.h
|
||||
KERNEL_HEADER_FILES += $(top_srcdir)/include/grub/parser.h
|
||||
KERNEL_HEADER_FILES += $(top_srcdir)/include/grub/partition.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue