aboutsummaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 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
| | | | | | | With bash 3.2, exec always pass the absolute path of the command in argv[0], making config.status --reconfigure non idempotent. For #365
* Avoid dependencies on dirs, create dirs during configure.Tristan Gingold2017-05-231-0/+3
| | | | For #352
* configure: add --disable-werrorTristan Gingold2017-05-201-1/+5
| | | | For #350
* 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
| | | | Close #323
* gcc: move ortho-lang.c selection from configure to Makefile.inTristan Gingold2017-02-221-12/+2
| | | | For #291
* 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
| | | | | | | | Test in configure and set Default_Pie in default_pathes.ads Pass -fpic to ghdl1 if Default_Pie is set. Decode -fpic in ghdl1_llvm Fix #213
* 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
| | | | Tested with llvm-3.8
* 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 ↵Patrick Lehmann2016-06-301-6/+14
| | | | llvm backend on Windows x86-64.
* configure: tentative fix for issue 61Tristan Gingold2016-05-041-2/+1
|
* Extract BUILD.txt from README.Tristan Gingold2016-01-191-4/+4
| | | | Adjust configure.
* mcode: add support for x86-64Tristan Gingold2016-01-061-6/+17
|
* configure: add --enable-coverage.Tristan Gingold2015-12-211-1/+3
|
* configure: add --with-llvm-configTristan Gingold2015-12-201-14/+15
|
* backtrace: add support for windows and for llvm (via libbacktrace).Tristan Gingold2015-11-221-2/+11
|
* Fix regression from states.Tristan Gingold2015-09-261-1/+1
| | | | Fix ticket96.
* configure: remove bash-ism.Tristan Gingold2015-09-131-2/+6
|
* Check llvm version. Fix ghdldrv --post for llvm.Tristan Gingold2015-09-121-7/+25
|
* Tentatively fix win32 support.Tristan Gingold2015-09-121-2/+2
|
* Fix llvm link on darwin (set no_compat_unwind).Tristan Gingold2015-05-281-8/+15
|
* Add support of ghdl_llvm build in Makefile.inTristan Gingold2014-12-131-1/+1
|
* configure: allow spaces.Tristan Gingold2014-11-151-14/+8
|
* configure: improve error message.Tristan Gingold2014-11-141-1/+1
|
* Add instructions for llvm (WIP).Tristan Gingold2014-11-081-1/+13
|
* configure/Makefile: support build for gcc.Tristan Gingold2014-11-081-5/+27
|
* mcode build and install from top makefile.Tristan Gingold2014-11-061-4/+6
|
* configure: generate default_pathes and ortho_code-x86-flags.Tristan Gingold2014-11-061-0/+29
|
* configure: generate a project file.Tristan Gingold2014-11-061-0/+2
|
* chmod +x configure.Tristan Gingold2014-11-051-0/+0
|
* Add configure and Makefile.in for mcode.Tristan Gingold2014-11-051-0/+130