https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103021
Bug ID: 103021 Summary: Make the path to etags used in the build system configurable Product: gcc Version: 12.0 Status: UNCONFIRMED Keywords: build Severity: normal Priority: P3 Component: other Assignee: egallager at gcc dot gnu.org Reporter: egallager at gcc dot gnu.org Target Milestone: --- While doing g:4ca446a I had some trouble getting the Makefiles to find my etags properly; it would have been easier if the paths to it were configurable instead of being hardcoded into the Makefiles as just 'etags'. This is something I intend to handle myself, so I'm self-assigning.