Merge commit '70963b382f3f820ba6d3bc3b3aaf50a2957ec1ff' into uclibc
This commit is contained in:
@@ -22,6 +22,8 @@ stdenv.mkDerivation {
|
||||
"--enable-firmware CROSS_COMPILE=${gccCross.targetPrefix}"
|
||||
else "";
|
||||
|
||||
hardeningDisable = [ "pic" "stackprotector" ];
|
||||
|
||||
# Not to strip cross build binaries (this is for the gcc-cross-wrapper)
|
||||
dontCrossStrip = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user