1# 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. 7BUILD_CFLAGS:append:pn-binutils-native = " -pie -fpie" 8