···11+diff --git a/binutils/resrc.c b/binutils/resrc.c22+index a875c3a4..0411d047 10064433+--- a/binutils/resrc.c44++++ b/binutils/resrc.c55+@@ -521,7 +521,13 @@ read_rc_file (const char *filename, const char *preprocessor,66+77+ cpp_pipe = 0;88+99+- if (dash)1010++ /* Nixpkgs specific : look first at the prefixed path1111++ ( there should be no gcc in the binutils folder ) */1212++ if (slash && dash) {1313++ cpp_pipe = look_for_default(cmd, slash + 1, dash - slash, preprocargs, filename);1414++ }1515++1616++ if (dash && ! cpp_pipe)1717+ {1818+ /* First, try looking for a prefixed gcc in the windres1919+ directory, with the same prefix as windres */