xref: /OK3568_Linux_fs/yocto/poky/meta/conf/distro/include/uninative-flags.inc (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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