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
commit e9fd45a1a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

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;