113d112
< m4env.Library('elf', elf_files)
114a114,117
> # Build libelf as a static library with PIC code so it can be linked
> # into either m5 or the library
> m4env.Library('elf', [m4env.SharedObject(f) for f in elf_files])
>