aboutsummaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Collapse)AuthorAgeFilesLines
* update license headersumarcor2021-01-141-11/+9
|
* mv dist/* scripts/umarcor2021-01-061-1/+1
|
* scripts: move 'pyGHDL/xtools' to 'scripts', update Makefiles and docs ↵umarcor2020-12-281-1/+1
| | | | accordingly
* configure: detect 'x86_64-w64-windows-gnu' as a Windows platformumarcor2020-10-241-1/+1
|
* fix/configure: debugging is enabled with LLVM>=6eine2020-08-301-2/+2
|
* update for LLVM 11Dan Horák2020-08-291-0/+1
|
* python: execute 'black'eine2020-08-231-1/+1
|
* configure: use llvm6 ortho backend for all llvm versions.Tristan Gingold2020-07-211-13/+9
|
* configure: factorize code.Tristan Gingold2020-06-121-2/+1
|
* Adjust help for --disable-synth.Tristan Gingold2020-04-101-1/+1
|
* Add compatibility with LLVM-10. (#1192)Björn Esser2020-04-061-7/+8
| | | | | * configure: Add compatibility with LLVM-10. * doc: Update list of supported LLVM versions.
* enable synth by default (#1102)eine2020-03-011-1/+1
| | | | | | | | * enable synth by default * ci: disable synth for the GPL builds * deprecate Ubuntu 16, use Ubuntu 18 in Travis
* Set version to 1.0-devTristan Gingold2020-02-281-1/+1
|
* Release 0.37Tristan Gingold2020-02-281-1/+1
|
* configure: allow options in --with-llvm-config.Tristan Gingold2020-01-121-1/+4
|
* configure: clarify help for --with-llvm-configTristan Gingold2020-01-121-1/+1
|
* configure: fails if 'make' failed.Tristan Gingold2019-10-241-1/+4
|
* configure: fix typo (#994)1138-4EB2019-10-231-1/+1
|
* fix(configure): use '/dev/null' to check 'cmp', use 'sed' to compare ↵1138-4EB2019-10-231-3/+3
| | | | versions (#986)
* enable llvm9 (#935)sharkcz2019-09-231-0/+1
|
* revert "configure: fix setting abs_srcdir on MSYS2/MINGW" (#911) (#914)1138-4EB2019-09-021-6/+5
| | | This reverts commit 7b02418ec508af9e340cad5e93ab06e8f1fb84c8.
* Fix configure (#911)1138-4EB2019-09-011-216/+222
| | | | | | | | | | | | * configure: fix indentation * configure: add comment about using 'cmp -n' * configure: check if 'cmp' is available * configure: fix setting abs_srcdir on MSYS2/MINGW * configure: fix comment
* fix(configure): ignore line ending when comparing ghdl_version and ↵1138-4EB2019-09-011-1/+1
| | | | libghdl_version (#910)
* configure: complete --helpTristan Gingold2019-08-151-0/+2
|
* configure: add --enable-synth (off by default).Tristan Gingold2019-07-061-1/+14
|
* python: add version.py, check it in configure.Tristan Gingold2019-06-241-6/+12
|
* Add support for llvm-8. Close #850Tristan Gingold2019-06-201-0/+1
|
* libghdl: just put the version in config.pyTristan Gingold2019-06-201-2/+0
|
* Rework libghdl build/install procedure (#840)1138-4EB2019-06-171-8/+13
| | | | | | | | | | | | | | | | | | * feat(libghdl): add libghdl_pkg.py, add option to generate libghdl-py.tgz with dist/travis/build.sh * libghdl*.so is now part of GHDL * move python sources to python/libghdl and python/pnodes * rename src/vhdl/python to src/vhdl/libghdl * add generation of tarball for libghdl-py to the makefile * deprecate --enable-python and --disable-python * add configuration option --disable-libghdl * feat(python/libghdl): add support for LIBGHDL_PREFIX (#844) * fix(travis): disable libghdl on mac * feat(python/libghdl): add support for GHDL_BIN_PATH and VUNIT_GHDL_PATH
* ortho: move llvm to llvm35Tristan Gingold2019-05-161-1/+1
|
* configure: use default_pic instead of default_pie.Tristan Gingold2019-04-271-7/+3
| | | | | Adjust Makefile.in so that libgrt.a is built with pic only when default_pic is set.
* do not hijack default_pieumarcor2019-04-271-2/+6
|
* add configure option to enable default_pieumarcor2019-04-271-5/+5
|
* Set version to 0.37-devTristan Gingold2019-03-031-1/+1
|
* Release 0.36 - update copyright years, regenerate ghdl.texiTristan Gingold2019-03-031-1/+1
|
* Prepare for release.Tristan Gingold2019-02-231-1/+1
|
* Fixed indentation in configure script. Added missing license text.Patrick Lehmann2018-12-291-178/+194
|
* Accept LLVM 7 in configure script.Patrick Lehmann2018-11-261-30/+31
| | | | (cherry picked from commit 71075430f5b86b0104a8abc92987c88b00dccb68)
* ghdldrv: also search exec in prefix/bin.Tristan Gingold2018-10-211-1/+1
|
* configure: Select correct SOEXT, EXEEXT, PIC_FLAGS for CygwinChristian Cornelssen2018-05-211-1/+2
|
* configure: Fall back to `pwd` if `pwd -W` does not workChristian Cornelssen2018-05-191-3/+3
| | | | | | This enables configure runs under Cygwin. Also (re)move an unused curdir=`pwd`.
* Set a version to libghdl, put version in configure.Tristan Gingold2018-03-211-1/+11
|
* configure: add --enable-pythonTristan Gingold2018-03-071-5/+13
|
* Add support for llvm-6Tristan Gingold2018-03-011-2/+4
| | | | Fix #536
* configure: allow user to override MAKE.Tristan Gingold2017-12-181-1/+1
|
* configure: Allow user to specify make toolMartin Aberg2017-12-181-1/+2
| | | | | | | | | | | | | | configure runs the 'create-dirs' target in Makefile (generated from Makefile.in). This Makefile requires GNU Make. In FreeBSD systems, the command 'make' is the BSD make utility and GNU Make is available in the package management system. When GNU Make is installed in FreeBSD, the command has the name 'gmake'. This commit allows the user to specify a make tool with the MAKE environvent variable. If not specified, 'make' is the default. Example: MAKE=gmake configure
* Support LLVM 5.0Boris-Chengbiao Zhou2017-10-061-1/+2
|
* Add --enable-openieee to configureTristan Gingold2017-08-191-1/+22
|
* configure: add --disable-checksTristan Gingold2017-07-211-1/+5
|
* Avoid MSYS2 path translation.Tristan Gingold2017-06-171-1/+1
| | | | Fix #365