Merge commit '70963b382f3f820ba6d3bc3b3aaf50a2957ec1ff' into uclibc

This commit is contained in:
John Ericson
2018-05-10 00:18:51 -04:00
4573 changed files with 133565 additions and 85772 deletions
+2
View File
@@ -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;