Loading pkgs/by-name/sd/sdcc/package.nix +4 −0 Original line number Diff line number Diff line Loading @@ -80,6 +80,10 @@ stdenv.mkDerivation (finalAttrs: { 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"; Loading Loading
pkgs/by-name/sd/sdcc/package.nix +4 −0 Original line number Diff line number Diff line Loading @@ -80,6 +80,10 @@ stdenv.mkDerivation (finalAttrs: { 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"; Loading