aboutsummaryrefslogtreecommitdiffstats
path: root/src/grt/Makefile.inc
Commit message (Collapse)AuthorAgeFilesLines
* update license headersumarcor2021-01-141-11/+9
|
* src/grt/Makefile.inc: support clang -dumpmachine on Windowsumarcor2020-10-241-1/+1
|
* Makefiles: fixed race condition in creation of "grt" directory before main.o ↵Forrest Voight2020-04-241-6/+6
| | | | is put in it (#1260)
* Automatically add -Wl,-u,ghdl_main when -shared is used. For #640Tristan Gingold2020-04-151-6/+20
|
* grt and ghdldrv: extract grt-exec.lst from grt.lst. For #640Tristan Gingold2020-04-101-2/+6
|
* grt: separate exec and all link options. For #640Tristan Gingold2020-04-101-5/+21
|
* grt: split grt-cbinding into grt-cstdio.c and grt-cgnatrts.cTristan Gingold2019-11-151-4/+9
|
* libghdlsynth: fix build failure.Tristan Gingold2019-06-061-1/+1
| | | | Might be worth to add a dedicated grt.modules body.
* grt: rename grt-dynload.[ch] to grt-cdynload.[ch]Tristan Gingold2019-04-271-3/+3
|
* grt: extract grt-dynload from grt-cvpiTristan Gingold2019-04-241-1/+7
|
* fix filter to generate GRT_EXTRA_LIB on arm-linux-gnueabihf1138-4EB2018-10-111-1/+1
|
* Remove -gnat05, always use GNATFLAGS.Tristan Gingold2018-09-151-1/+1
| | | | Fix #651
* src/grt/Makefile.inc: grt/grt-files: Remove CR from line endsChristian Cornelssen2018-05-201-1/+1
| | | | | | Under Cygwin, generated *.adb files get CRLF line endings. These get propagated to grt/grt-files and later confuse the ar command for libgrt.a (because IFS does not contain CR).
* Makefiles: use GNATMAKE for llvm and grt.Tristan Gingold2017-10-191-1/+1
| | | | Tentative fix for #443.
* Add libbacktrace.a to LLVM runtimeBrian Drummond2017-10-051-1/+1
|
* Replace libmhdlsim by libghdl.Tristan Gingold2017-10-031-2/+3
|
* Avoid MSYS2 path translation.Tristan Gingold2017-06-171-4/+11
| | | | Fix #365
* Build grt to lib/ subdir.Tristan Gingold2017-05-231-3/+6
| | | | For #352
* Build libgrt.a in grt/ subdir to avoid mixing with build for ghdl1Tristan Gingold2017-04-201-27/+19
|
* libghdlsynth: can generate so/dll file.Tristan Gingold2017-02-071-12/+37
|
* Makefiles: use gnatmake instead of gcc to compile single Ada files.Tristan Gingold2016-11-011-11/+6
|
* Work-around deprecated use of pragma No_Run_Time in gnat gpl 2016.Tristan Gingold2016-07-181-1/+5
|
* More changes for the MinGW32/MinGW64 build flow and for the llvm back-end.Patrick Lehmann2016-07-011-1/+1
|
* A first changeset for MinGW32 and MinGW64 to compile GHDL with mcode and ↵Patrick Lehmann2016-06-301-2/+3
| | | | llvm backend on Windows x86-64.
* backtrace: add support for windows and for llvm (via libbacktrace).Tristan Gingold2015-11-221-3/+33
|
* Fix GRT_EXTRA_LIB, remove grt-arch (unused).Tristan Gingold2015-09-171-12/+7
|
* Suppress stack switching; save process state in secondary stack.Tristan Gingold2015-09-041-80/+21
|
* Initial support of DragonFly.Tristan Gingold2015-06-071-1/+1
|
* Add support for NetBSD.Tristan Gingold2014-12-131-0/+8
|
* Initial support of FST dump format.Tristan Gingold2014-11-291-1/+12
|
* Add instructions for llvm (WIP).Tristan Gingold2014-11-081-1/+1
|
* Move files and dirs from translate/Tristan Gingold2014-11-051-0/+226