blob: 4638a7b4e9848afa862a07402d807d8d31ca5c6d [file] [log] [blame]
Brad Bishop6e60e8b2018-02-01 10:27:11 -05001# Some distros (ubuntu 16.10, debian-testing) default to gcc configured with
2# --enable-default-pie (see gcc -v). This breaks e.g. prelink-native on a pie
3# default system if binutils-native was built on a system which is not pie default
4# We therefore enable pie unconditionally for native recipes where static libs are
5# used such as libiberty from binutils, for now, until our minimum distro set is
6# all default pie.
Patrick Williams213cb262021-08-07 19:21:33 -05007BUILD_CFLAGS:append:pn-binutils-native = " -pie -fpie"