Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert previous commit (use -$(MKDIR) in Makefile.in) | Tristan Gingold | 2018-05-23 | 1 | -6/+6 |
| | | | | This reverts commit 0d4bfcdca0e2cda064e82a7e9dfad323877c4c88. | ||||
* | Update Makefile.in | flip111 | 2018-05-22 | 1 | -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 SOEXT | Christian Cornelssen | 2018-05-21 | 1 | -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 Gingold | 2018-04-21 | 1 | -5/+6 |
| | | | | For #554 | ||||
* | Set a version to libghdl, put version in configure. | Tristan Gingold | 2018-03-21 | 1 | -8/+12 |
| | |||||
* | configure: add --enable-python | Tristan Gingold | 2018-03-07 | 1 | -1/+5 |
| | |||||
* | Change libraries path to allow installation of system-wide libraries. | Tristan Gingold | 2018-01-25 | 1 | -4/+4 |
| | | | | For #521 | ||||
* | Makefile: Add install.vpi.local and mention it. | Tristan Gingold | 2017-12-21 | 1 | -0/+5 |
| | |||||
* | configure: allow user to override MAKE. | Tristan Gingold | 2017-12-18 | 1 | -0/+1 |
| | |||||
* | Makefile.in: fix typo. | Tristan Gingold | 2017-12-18 | 1 | -1/+1 |
| | |||||
* | Makefile.in: Updated all.gcc print statements | Martin Aberg | 2017-12-18 | 1 | -3/+3 |
| | | | | The $(MAKE) variable is provided by Make itself. | ||||
* | travis-ci: tentatively fix git --describe for version. | Tristan Gingold | 2017-12-10 | 1 | -2/+2 |
| | |||||
* | Makefile.in: add install for simul, use srcdir to include grt. | Tristan Gingold | 2017-12-10 | 1 | -1/+7 |
| | |||||
* | Makefiles: use GNATMAKE for llvm and grt. | Tristan Gingold | 2017-10-19 | 1 | -1/+1 |
| | | | | Tentative fix for #443. | ||||
* | Also support gcc-6 (instead of only gcc 6.x). | Tristan Gingold | 2017-10-04 | 1 | -4/+4 |
| | | | | For #425 | ||||
* | Replace libmhdlsim by libghdl. | Tristan Gingold | 2017-10-03 | 1 | -9/+4 |
| | |||||
* | Makefile: also clean object files in pic/ | Tristan Gingold | 2017-10-02 | 1 | -0/+1 |
| | |||||
* | travis: add gpl packaging | Tristan Gingold | 2017-08-27 | 1 | -3/+14 |
| | |||||
* | Add --enable-openieee to configure | Tristan Gingold | 2017-08-19 | 1 | -0/+2 |
| | |||||
* | Add clean-pure-gpl, allow to build with openieee | Tristan Gingold | 2017-08-19 | 1 | -3/+13 |
| | |||||
* | configure: add --disable-checks | Tristan Gingold | 2017-07-21 | 1 | -9/+12 |
| | |||||
* | Define GHDL_GCC_BIN in Makefile.in | Tristan Gingold | 2017-05-30 | 1 | -1/+6 |
| | | | | Fix #127 | ||||
* | Do not create dir for installation during configure. | Tristan Gingold | 2017-05-30 | 1 | -1/+0 |
| | | | | Fix #359 | ||||
* | Don't install libbacktrace when building with gcc. | Tristan Gingold | 2017-05-24 | 1 | -2/+2 |
| | |||||
* | Build grt to lib/ subdir. | Tristan Gingold | 2017-05-23 | 1 | -14/+6 |
| | | | | For #352 | ||||
* | Avoid dependencies on dirs, create dirs during configure. | Tristan Gingold | 2017-05-23 | 1 | -1/+8 |
| | | | | For #352 | ||||
* | Install libbacktrace.a | Tristan Gingold | 2017-05-23 | 1 | -0/+2 |
| | | | | For #352 | ||||
* | Rework of libraries/Makefile.in | Tristan Gingold | 2017-05-23 | 1 | -40/+21 |
| | | | | For #352 | ||||
* | Add missing dependencies for std_standard.o, avoid rebuild. | Tristan Gingold | 2017-05-23 | 1 | -11/+11 |
| | | | | For #352 | ||||
* | Add gcc 7.x as a backend. | Tristan Gingold | 2017-05-21 | 1 | -3/+4 |
| | |||||
* | Makefile: add dependency on configure. | Tristan Gingold | 2017-05-20 | 1 | -1/+10 |
| | |||||
* | configure: add --disable-werror | Tristan Gingold | 2017-05-20 | 1 | -0/+3 |
| | | | | For #350 | ||||
* | Fix typo: paths. | Tristan Gingold | 2017-05-18 | 1 | -1/+1 |
| | |||||
* | Makefile: separate and document -gnatwe | Tristan Gingold | 2017-05-09 | 1 | -1/+4 |
| | |||||
* | Build libgrt.a in grt/ subdir to avoid mixing with build for ghdl1 | Tristan Gingold | 2017-04-20 | 1 | -1/+1 |
| | |||||
* | configure: set abs_srcdir | Tristan Gingold | 2017-04-19 | 1 | -1/+2 |
| | |||||
* | Add libs targets in Makefile. | Tristan Gingold | 2017-04-19 | 1 | -0/+2 |
| | |||||
* | scanner: use grt-fcvt for radix conversion. | Tristan Gingold | 2017-04-19 | 1 | -6/+8 |
| | |||||
* | Simplify build for llvm-nodebug. | Tristan Gingold | 2017-04-04 | 1 | -4/+2 |
| | |||||
* | Use single VM in .travis.yml to speed-up launching builds. Container are ↵ | 1138-4EB | 2017-03-01 | 1 | -0/+3 |
| | | | | | | | launched in parallel threads. The output of each thread is saved to a log. All of them are printed in order, after all the threads have finished. Shared ANSI color codes between libraries/vendors and dist/linux. The common file to be sourced is dist/ansi_color.sh | ||||
* | gcc: move ortho-lang.c selection from configure to Makefile.in | Tristan Gingold | 2017-02-22 | 1 | -2/+10 |
| | | | | For #291 | ||||
* | Add support for gcc 5.x and gcc 6.x | Tristan Gingold | 2017-02-21 | 1 | -0/+3 |
| | |||||
* | target install.libghdlsynth added | obijuan | 2017-02-10 | 1 | -0/+2 |
| | |||||
* | libghdlsynth: can generate so/dll file. | Tristan Gingold | 2017-02-07 | 1 | -13/+23 |
| | |||||
* | Makefile: add install.libghdlsynth | Tristan Gingold | 2017-02-02 | 1 | -0/+6 |
| | |||||
* | Add ghdlsynth in ghdl_simul | Tristan Gingold | 2017-01-31 | 1 | -2/+15 |
| | |||||
* | Use CXX in makefiles and configures to design the c++ compiler. | Tristan Gingold | 2016-12-24 | 1 | -5/+5 |
| | |||||
* | Makefile.in: Use @echo instead of echo | Tristan Gingold | 2016-12-24 | 1 | -5/+5 |
| | |||||
* | Makefile: use LDFLAGS for ghdl_mcode and ghdl_llvm | Tristan Gingold | 2016-12-22 | 1 | -2/+2 |
| | |||||
* | Be sure PWD is set (for windows). | Tristan Gingold | 2016-12-20 | 1 | -0/+1 |
| |