Commit 6b93024f authored by FliegendeWurst's avatar FliegendeWurst Committed by Bjørn Forsman
Browse files

sdcc: disable PIE hardening per upstream

parent 8da73043
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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";