aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
...
* configure: use default_pic instead of default_pie.Tristan Gingold2019-04-271-1/+6
| | | | | Adjust Makefile.in so that libgrt.a is built with pic only when default_pic is set.
* add configure option to enable default_pieumarcor2019-04-271-1/+1
|
* preserve externally set OPT_FLAGS, ADA_FLAGS and/or LIB_CFLAGSumarcor2019-04-251-3/+3
|
* grt: extract grt-dynload from grt-cvpiTristan Gingold2019-04-241-2/+3
|
* move algos to grt.Tristan Gingold2019-03-201-0/+1
|
* openieee: add minimal ieee 2008 library for --enable-openieeeTristan Gingold2018-12-311-2/+2
|
* make install: copy openieee library only if enabled.Tristan Gingold2018-11-241-2/+2
| | | | Fix #701
* Makefile: add libs.vhsl.debug-llvmTristan Gingold2018-10-211-0/+3
|
* Remove -gnat05, always use GNATFLAGS.Tristan Gingold2018-09-151-8/+8
| | | | Fix #651
* fix typo in Makefile.in: ortho-lang-8.c1138-4EB2018-06-051-1/+1
|
* Add support for gcc 8.1 as a backend.Tristan Gingold2018-06-021-1/+2
| | | | Fix #568
* Revert previous commit (use -$(MKDIR) in Makefile.in)Tristan Gingold2018-05-231-6/+6
| | | | This reverts commit 0d4bfcdca0e2cda064e82a7e9dfad323877c4c88.
* Update Makefile.inflip1112018-05-221-6/+6
| | | make fails if mkdir command fails. `-` in front of mkdir treats it as a success. This is useful when reusing existing `bin`-dir & friends. Or when building/installing ghdl a second time
* Makefile.in: Use INSTALL_PROGRAM for anything with SOEXTChristian Cornelssen2018-05-211-3/+3
| | | | | This sets x permissions. Without those, object loaders may complain, as Cygwin does when running testsuite/gna/issue450.
* Makefile.in: do not try to replace tarball.Tristan Gingold2018-04-211-5/+6
| | | | For #554
* Set a version to libghdl, put version in configure.Tristan Gingold2018-03-211-8/+12
|
* configure: add --enable-pythonTristan Gingold2018-03-071-1/+5
|
* Change libraries path to allow installation of system-wide libraries.Tristan Gingold2018-01-251-4/+4
| | | | For #521
* Makefile: Add install.vpi.local and mention it.Tristan Gingold2017-12-211-0/+5
|
* configure: allow user to override MAKE.Tristan Gingold2017-12-181-0/+1
|
* Makefile.in: fix typo.Tristan Gingold2017-12-181-1/+1
|
* Makefile.in: Updated all.gcc print statementsMartin Aberg2017-12-181-3/+3
| | | | The $(MAKE) variable is provided by Make itself.
* travis-ci: tentatively fix git --describe for version.Tristan Gingold2017-12-101-2/+2
|
* Makefile.in: add install for simul, use srcdir to include grt.Tristan Gingold2017-12-101-1/+7
|
* Makefiles: use GNATMAKE for llvm and grt.Tristan Gingold2017-10-191-1/+1
| | | | Tentative fix for #443.
* Also support gcc-6 (instead of only gcc 6.x).Tristan Gingold2017-10-041-4/+4
| | | | For #425
* Replace libmhdlsim by libghdl.Tristan Gingold2017-10-031-9/+4
|
* Makefile: also clean object files in pic/Tristan Gingold2017-10-021-0/+1
|
* travis: add gpl packagingTristan Gingold2017-08-271-3/+14
|
* Add --enable-openieee to configureTristan Gingold2017-08-191-0/+2
|
* Add clean-pure-gpl, allow to build with openieeeTristan Gingold2017-08-191-3/+13
|
* configure: add --disable-checksTristan Gingold2017-07-211-9/+12
|
* Define GHDL_GCC_BIN in Makefile.inTristan Gingold2017-05-301-1/+6
| | | | Fix #127
* Do not create dir for installation during configure.Tristan Gingold2017-05-301-1/+0
| | | | Fix #359
* Don't install libbacktrace when building with gcc.Tristan Gingold2017-05-241-2/+2
|
* Build grt to lib/ subdir.Tristan Gingold2017-05-231-14/+6
| | | | For #352
* Avoid dependencies on dirs, create dirs during configure.Tristan Gingold2017-05-231-1/+8
| | | | For #352
* Install libbacktrace.aTristan Gingold2017-05-231-0/+2
| | | | For #352
* Rework of libraries/Makefile.inTristan Gingold2017-05-231-40/+21
| | | | For #352
* Add missing dependencies for std_standard.o, avoid rebuild.Tristan Gingold2017-05-231-11/+11
| | | | For #352
* Add gcc 7.x as a backend.Tristan Gingold2017-05-211-3/+4
|
* Makefile: add dependency on configure.Tristan Gingold2017-05-201-1/+10
|
* configure: add --disable-werrorTristan Gingold2017-05-201-0/+3
| | | | For #350
* Fix typo: paths.Tristan Gingold2017-05-181-1/+1
|
* Makefile: separate and document -gnatweTristan Gingold2017-05-091-1/+4
|
* Build libgrt.a in grt/ subdir to avoid mixing with build for ghdl1Tristan Gingold2017-04-201-1/+1
|
* configure: set abs_srcdirTristan Gingold2017-04-191-1/+2
|
* Add libs targets in Makefile.Tristan Gingold2017-04-191-0/+2
|
* scanner: use grt-fcvt for radix conversion.Tristan Gingold2017-04-191-6/+8
|
* Simplify build for llvm-nodebug.Tristan Gingold2017-04-041-4/+2
|