Merge pull request #38412 from Infinisil/fix/xbursttools

xbursttools: Fix build
This commit is contained in:
Jörg Thalheim
2018-04-04 12:02:23 +01:00
committed by GitHub

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;