On Mon, 2019-08-26 at 10:51 -0700, Omar Sandoval wrote: > From: Omar Sandoval <osan...@fb.com> > > 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.
Thanks, and thanks for the subtle cleanups of the headers and mostly- clean files. I tested against --enable-gcov, which is the only place we actually use BUILD_STATIC, and that looks good too. Pushed to master, Mark