]> git.ipfire.org Git - thirdparty/elfutils.git/commit
Add PIC and non-PIC variants of libcpu and libebl
authorOmar Sandoval <osandov@fb.com>
Mon, 26 Aug 2019 17:51:45 +0000 (10:51 -0700)
committerMark Wielaard <mark@klomp.org>
Wed, 28 Aug 2019 19:45:26 +0000 (21:45 +0200)
commit823ee0c48e6db1134a36c6ae165a983466600fed
tree24a5e01ac094d46cbcd9a3ab26e1a8006a08bb7c
parent4fcb7ec9d788d09f1525a506e1cbe8a39fc1b8eb
Add PIC and non-PIC variants of libcpu and libebl

Currently, libcpu and libebl are always compiled as PIC. An upcoming
change will add the objects from libcpu.a and libebl.a to libdw.a, which
should not be PIC unless configured that way. So, make libcpu.a and
libebl.a non-PIC and add libcpu_pic.a and libebl_pic.a.

Signed-off-by: Omar Sandoval <osandov@fb.com>
backends/ChangeLog
backends/Makefile.am
libcpu/ChangeLog
libcpu/Makefile.am
libdw/ChangeLog
libdw/Makefile.am
libebl/ChangeLog
libebl/Makefile.am