sdcc: disable PIE hardening per upstream

Changed files
+4
pkgs
by-name
sd
+4
pkgs/by-name/sd/sdcc/package.nix
···
fi
'';
meta = {
homepage = "https://sdcc.sourceforge.net/";
description = "Small Device C Compiler";
···
fi
'';
+
# ${src}/support/cpp/gcc/Makefile.in states:
+
# We don't want to compile the compilers with -fPIE, it make PCH fail.
+
hardeningDisable = [ "pie" ];
+
meta = {
homepage = "https://sdcc.sourceforge.net/";
description = "Small Device C Compiler";