linux-tools: nopie set if i686 or x86_64
This commit is contained in:
parent
2c8d7a9062
commit
438c83faaf
|
@ -22,6 +22,7 @@ if [ "$XBPS_TARGET_MACHINE" = "i686" -o "$XBPS_TARGET_MACHINE" = "x86_64" ]; the
|
||||||
makedepends+=" libnuma-devel"
|
makedepends+=" libnuma-devel"
|
||||||
depends+=" x86_energy_perf_policy>=${version}"
|
depends+=" x86_energy_perf_policy>=${version}"
|
||||||
subpackages+=" x86_energy_perf_policy"
|
subpackages+=" x86_energy_perf_policy"
|
||||||
|
nopie="x86_energy_perf_policy.c:154:2: error: PIC register clobbered by 'ebx' in 'asm'"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
nocross=yes
|
nocross=yes
|
||||||
|
|
Loading…
Reference in New Issue