mirror of
https://git.yoctoproject.org/poky
synced 2026-07-15 15:37:03 +00:00
elfutils: fix backends' Makefile.am
The mips, m68k and parisc backend libraries were not generated. This patch fixes that. [YOCTO #4849] (From OE-Core rev: d79521cf1777276a5e85d59f9e078f4d6d9603aa) Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
a55fa3c8dd
commit
4b5a21d867
@@ -219,7 +219,7 @@ Index: elfutils-0.155/libelf/elf.h
|
||||
===================================================================
|
||||
--- elfutils-0.155.orig/libelf/elf.h
|
||||
+++ elfutils-0.155/libelf/elf.h
|
||||
@@ -1126,6 +1126,9 @@ typedef struct
|
||||
@@ -1126,6 +1126,9 @@
|
||||
#define R_68K_GLOB_DAT 20 /* Create GOT entry */
|
||||
#define R_68K_JMP_SLOT 21 /* Create PLT entry */
|
||||
#define R_68K_RELATIVE 22 /* Adjust by program base */
|
||||
@@ -233,7 +233,7 @@ Index: elfutils-0.155/backends/Makefile.am
|
||||
===================================================================
|
||||
--- elfutils-0.155.orig/backends/Makefile.am
|
||||
+++ elfutils-0.155/backends/Makefile.am
|
||||
@@ -32,7 +32,7 @@ INCLUDES += -I$(top_srcdir)/libebl -I$(t
|
||||
@@ -32,12 +32,12 @@
|
||||
-I$(top_srcdir)/libelf -I$(top_srcdir)/libdw
|
||||
|
||||
|
||||
@@ -242,7 +242,13 @@ Index: elfutils-0.155/backends/Makefile.am
|
||||
libebl_pic = libebl_i386_pic.a libebl_sh_pic.a libebl_x86_64_pic.a \
|
||||
libebl_ia64_pic.a libebl_alpha_pic.a libebl_arm_pic.a \
|
||||
libebl_sparc_pic.a libebl_ppc_pic.a libebl_ppc64_pic.a \
|
||||
@@ -111,6 +111,10 @@ mips_SRCS = mips_init.c mips_symbol.c mi
|
||||
libebl_s390_pic.a libebl_tilegx_pic.a libebl_parisc_pic.a \
|
||||
- libebl_mips_pic.a
|
||||
+ libebl_mips_pic.a libebl_m68k_pic.a
|
||||
noinst_LIBRARIES = $(libebl_pic)
|
||||
noinst_DATA = $(libebl_pic:_pic.a=.so)
|
||||
|
||||
@@ -112,6 +112,10 @@
|
||||
libebl_mips_pic_a_SOURCES = $(mips_SRCS)
|
||||
am_libebl_mips_pic_a_OBJECTS = $(mips_SRCS:.c=.os)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user