Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make-lang.in: also generate Backend_Version | Tristan Gingold | 2023-02-12 | 1 | -0/+2 |
| | |||||
* | synth: add partial support of foreign subprograms | Tristan Gingold | 2023-01-20 | 1 | -2/+2 |
| | |||||
* | Fix hardcoded values in gcc backend's default_paths | Daniel Gröber | 2022-03-13 | 1 | -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. |