xburst-tools: Fix build
This commit is contained in:
parent
b705ac629f
commit
4645b12e03
1 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue