aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/gcc
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-3/+5
| | | | | | | | | | 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.
* mk: Introduce configure options for inc/libdirsuffixDaniel Gröber2022-03-111-1/+5
| | | | | | | | This patch is based on one from the Debian ghdl packaging. We use it to support coinstallability of the different ghdl backend executables. Force prepending ghdl/ to the include path really doesn't help us with that any. Note this effectively reverts 786ca17ce.
* configure and Makefile: link ghdl with grt-cstdioTristan Gingold2021-09-171-1/+1
|
* mv dist/* scripts/umarcor2021-01-064-0/+311