aboutsummaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Collapse)AuthorAgeFilesLines
* Fix include-dir paths returned by cmdline _again_Daniel Gröber2022-03-141-1/+1
| | | | | | --libghdl-include-dir should point at a directory containing a ghdl/ subdirectory while --vpi-include-dir should point right at the ghdl/ subdir.
* Fix hardcoded values in gcc backend's default_pathsDaniel Gröber2022-03-131-19/+20
| | | | | | | | | | 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.
* configure: explain in help the installation directoriesTristan Gingold2022-03-111-1/+6
|
* mk: Remove unused $libdirreverseDaniel Gröber2022-03-111-2/+1
|
* mk: Introduce configure options for inc/libdirsuffixDaniel Gröber2022-03-111-4/+18
| | | | | | | | 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.
* Bump version to 3.0.0-devTristan Gingold2022-02-281-1/+1
|
* Prepare for release 2.0.0Tristan Gingold2022-02-281-1/+1
|
* configure: update version check regexpumarcor2021-12-151-6/+6
|
* Adjusted configure script.Patrick Lehmann2021-12-121-8/+8
|
* configure: blindly allow llvm 13Tristan Gingold2021-10-151-0/+1
|
* configure: use macosx mcode configuration files for OpenBSD x86Tristan Gingold2021-06-131-3/+3
|
* configure: Add checks for OpenBSD.Alfred M. Szmidt2021-06-131-0/+2
|
* configure, Makefile.in: use CXXFLAGS from environmentXiretza2021-05-101-1/+2
|
* configure: use LDFLAGS from environmentXiretza2021-05-101-1/+1
|
* configure: use ADA_FLAGS from environmentXiretza2021-05-101-1/+2
|
* configure: update for LLVM 12.0 (#1747)Jeroen Van den Keybus2021-04-271-0/+1
|
* configure: work-around unexpected regexp range with sv_SE locale. Fix #1581Tristan Gingold2021-03-181-2/+5
|
* update for LLVM 11.1 (#1651)Dan Horák2021-02-171-0/+1
|
* Bump version to 2.0.0-devTristan Gingold2021-02-021-1/+1
|
* Prepare release 1.0.0Tristan Gingold2021-02-021-1/+1
|
* Bump version to v1.0.0rc4Tristan Gingold2021-02-011-1/+1
|
* Bump version to v1.0.0rc3Tristan Gingold2021-01-311-1/+1
|
* Bump version to v1.0.0.rc1Tristan Gingold2021-01-311-1/+1
|
* libraries: unuse 'openieee', rename enable_openieee to enable_gplcompatumarcor2021-01-161-15/+15
|
* 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
|