aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/gcc/Make-lang.in.in
Commit message (Collapse)AuthorAgeFilesLines
* synth: add partial support of foreign subprogramsTristan Gingold2023-01-201-2/+2
|
* Fix hardcoded values in gcc backend's default_pathsDaniel Gröber2022-03-131-0/+224
The gcc backend's Make-lang.in still had hardcoded install paths. Since this is copied to the gcc build system we don't have access to our configure variables, so just treat it as a subst_file in the configure script. While we're at it we get rid of the separate sed invocation for default_paths and have that go through config.status instead.