aboutsummaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
* 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
* ortho: move llvm to llvm35Tristan Gingold2019-05-161-1/+1
* configure: use default_pic instead of default_pie.Tristan Gingold2019-04-271-7/+3
* 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
* 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
* 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
* configure: allow user to override MAKE.Tristan Gingold2017-12-181-1/+1
* configure: Allow user to specify make toolMartin Aberg2017-12-181-1/+2
* 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
* configure: use pwd -W on windows.Tristan Gingold2017-06-131-1/+7
* configure: do not use exec in config.statusTristan Gingold2017-06-081-1/+3
* Avoid dependencies on dirs, create dirs during configure.Tristan Gingold2017-05-231-0/+3
* configure: add --disable-werrorTristan Gingold2017-05-201-1/+5
* configure: add --reconfigure to config.statusTristan Gingold2017-05-201-2/+3
* Fix typo: paths.Tristan Gingold2017-05-181-4/+4
* configure: set abs_srcdirTristan Gingold2017-04-191-1/+21
* Simplify build for llvm-nodebug.Tristan Gingold2017-04-041-3/+1
* Use llvm4-nodebug for llvm 3.9Tristan Gingold2017-04-041-5/+2
* Preliminary support of LLVM 4Tristan Gingold2017-04-041-0/+4
* gcc: move ortho-lang.c selection from configure to Makefile.inTristan Gingold2017-02-221-12/+2
* Add support for gcc 5.x and gcc 6.xTristan Gingold2017-02-211-12/+11
* libghdlsynth: can generate so/dll file.Tristan Gingold2017-02-071-0/+9
* Use CXX in makefiles and configures to design the c++ compiler.Tristan Gingold2016-12-241-2/+3
* configure: add LDFLAGS option.Tristan Gingold2016-12-211-1/+1
* Fix configure for #220Tristan Gingold2016-12-111-1/+1
* Use -fpic if gcc is configured with --enable-default-pieTristan Gingold2016-12-061-2/+11
* Add suport for llvm 3.6 - 3.9Tristan Gingold2016-09-171-9/+19
* Add llvm-nodebug, an llvm backend more portable across llvm versions.Tristan Gingold2016-09-121-3/+4
* Do not use -fPIC to build libghdlvpi on windows and darwin.Tristan Gingold2016-07-211-5/+9
* Rework gcc build procedure. Add vpi build command.Tristan Gingold2016-07-161-0/+4
* Add commands to build vpi modules (WIP)Tristan Gingold2016-07-141-4/+6
* A first changeset for MinGW32 and MinGW64 to compile GHDL with mcode and llvm...Patrick Lehmann2016-06-301-6/+14
* configure: tentative fix for issue 61Tristan Gingold2016-05-041-2/+1