On Mon, 2019-08-26 at 10:51 -0700, Omar Sandoval wrote:
> From: Omar Sandoval
>
> 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
From: Omar Sandoval
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