xburst-tools: Fix build

This commit is contained in:
Silvan Mosberger
2018-04-03 23:32:46 +02:00
parent b705ac629f
commit 4645b12e03

View File

@@ -22,6 +22,8 @@ stdenv.mkDerivation {
"--enable-firmware CROSS_COMPILE=${crossPrefix}-"
else "";
hardeningDisable = [ "pic" "stackprotector" ];
# Not to strip cross build binaries (this is for the gcc-cross-wrapper)
dontCrossStrip = true;