Merge pull request #38412 from Infinisil/fix/xbursttools
xbursttools: Fix build
This commit is contained in:
commit
e9fd45a1a7
@ -22,6 +22,8 @@ stdenv.mkDerivation {
|
|||||||
"--enable-firmware CROSS_COMPILE=${crossPrefix}-"
|
"--enable-firmware CROSS_COMPILE=${crossPrefix}-"
|
||||||
else "";
|
else "";
|
||||||
|
|
||||||
|
hardeningDisable = [ "pic" "stackprotector" ];
|
||||||
|
|
||||||
# Not to strip cross build binaries (this is for the gcc-cross-wrapper)
|
# Not to strip cross build binaries (this is for the gcc-cross-wrapper)
|
||||||
dontCrossStrip = true;
|
dontCrossStrip = true;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user