This is the mail archive of the elfutils-devel@sourceware.org mailing list for the elfutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Compiling wiht -fPIE


Hi,

When systemtap is bundled with elfutils (configure --with-elfutils) we
compile with -fPIE. This doesn't work with current trunk elfutils git on
i386 anymore because of the TEXTREL check in libdw/Mafefile.am:108
if readelf -d libelf.so | fgrep -q TEXTREL; then exit 1; fi

Would it be possible to make this work again?

Thanks,

Mark


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]