Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | ownership: fix ghdlsimul | Tristan Gingold | 2016-12-12 | 1 | -1/+2 |
| | |||||
* | travis: use CLANGXX instead of CXX | Tristan Gingold | 2016-12-12 | 1 | -4/+7 |
| | |||||
* | Fix parallel builds | Vicente Bergas | 2016-11-04 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit fixes this error: /#################################### $ ./configure Build machine is: x86_64-pc-linux-gnu Creating ghdl.gpr Creating Makefile Generate ortho_code-x86-flags.ads Generate elf_arch.ads Generate default_pathes.ads $ $ $ make -j4 gcc -c -g -DWITH_GNAT_RUN_TIME -o jumps.o src/grt/config/jumps.c gcc -c -g -DWITH_GNAT_RUN_TIME -o times.o src/grt/config/times.c gcc -c -g -DWITH_GNAT_RUN_TIME -o grt-cbinding.o src/grt/grt-cbinding.c gcc -c -g -DWITH_GNAT_RUN_TIME -o grt-cvpi.o src/grt/grt-cvpi.c gcc -c -g -DWITH_GNAT_RUN_TIME -o fstapi.o -I./src/grt/fst src/grt/fst/fstapi.c gcc -c -g -DWITH_GNAT_RUN_TIME -o lz4.o src/grt/fst/lz4.c gcc -c -g -DWITH_GNAT_RUN_TIME -o fastlz.o src/grt/fst/fastlz.c gcc -c -g -o memsegs_c.o src/ortho/mcode/memsegs_c.c gcc -c -g -DWITH_GNAT_RUN_TIME -o chkstk.o src/grt/config/chkstk.S if [ -d ./.git ]; then \ desc=`cd .; git describe --dirty`; \ sed -e "s/[(].*[)]/($desc)/" < src/version.in > version.tmp; \ else \ cp src/version.in version.tmp; \ fi make: *** No rule to make target '/tmp/ghdl/ghdl_mcode', needed by 'std.v87'. Stop. make: *** Waiting for unfinished jobs.... /#################################### It is failing because the dependency includes the full path while the target does not. Signed-off-by: Vicente Bergas <vicencb@gmail.com> | ||||
* | Remove auto-generated files with `make clean' | Vicente Bergas | 2016-11-04 | 1 | -1/+1 |
| | | | | Signed-off-by: Vicente Bergas <vicencb@gmail.com> | ||||
* | Makefiles: use gnatmake instead of gcc to compile single Ada files. | Tristan Gingold | 2016-11-01 | 1 | -3/+3 |
| | |||||
* | Also create version.ads for ghdl1-gcc development target. | Tristan Gingold | 2016-11-01 | 1 | -1/+1 |
| | |||||
* | Create version.ads from git hash/date in version.ads | Tristan Gingold | 2016-10-20 | 1 | -9/+24 |
| | | | | Fix #161 | ||||
* | Add suport for llvm 3.6 - 3.9 | Tristan Gingold | 2016-09-17 | 1 | -2/+3 |
| | |||||
* | Add llvm-nodebug, an llvm backend more portable across llvm versions. | Tristan Gingold | 2016-09-12 | 1 | -4/+5 |
| | | | | Tested with llvm-3.8 | ||||
* | Makefile.in: fix library build during development. | Tristan Gingold | 2016-09-12 | 1 | -1/+4 |
| | |||||
* | Makefiles changes for $(EXEEXT) - please review. (#119) | Patrick Lehmann | 2016-07-26 | 1 | -27/+27 |
| | | | | | | * Makefiles changes for $(EXEEXT) - please review. * Moved $(EXEEXT). | ||||
* | Do not use -fPIC to build libghdlvpi on windows and darwin. | Tristan Gingold | 2016-07-21 | 1 | -1/+2 |
| | |||||
* | build and vpi: adjust for windows. | Tristan Gingold | 2016-07-20 | 1 | -1/+1 |
| | |||||
* | Makefile: add comments. | Tristan Gingold | 2016-07-17 | 1 | -0/+5 |
| | |||||
* | Rework gcc build procedure. Add vpi build command. | Tristan Gingold | 2016-07-16 | 1 | -57/+49 |
| | |||||
* | Add commands to build vpi modules (WIP) | Tristan Gingold | 2016-07-14 | 1 | -1/+24 |
| | |||||
* | makefile: use GNATMAKE for oread. | Tristan Gingold | 2016-07-09 | 1 | -0/+1 |
| | |||||
* | A first changeset for MinGW32 and MinGW64 to compile GHDL with mcode and ↵ | Patrick Lehmann | 2016-06-30 | 1 | -6/+8 |
| | | | | llvm backend on Windows x86-64. | ||||
* | Install vendor shell scripts with executable mode. | Tristan Gingold | 2016-06-22 | 1 | -0/+2 |
| | | | | For issue #83 | ||||
* | Install vendors scripts. | Tristan Gingold | 2016-06-22 | 1 | -0/+4 |
| | | | | Issue #83 | ||||
* | ghwdump: make output more easily readable. | Tristan Gingold | 2016-05-23 | 1 | -2/+4 |
| | |||||
* | mhdlsim: add initial version of the vhdl part (as a library). | Tristan Gingold | 2016-05-17 | 1 | -0/+12 |
| | |||||
* | mcode: add support for x86-64 | Tristan Gingold | 2016-01-06 | 1 | -1/+1 |
| | |||||
* | Makefile: do not use OPT_FLAGS for LIB_CFLAGS. | Tristan Gingold | 2015-12-21 | 1 | -1/+2 |
| | |||||
* | configure: add --enable-coverage. | Tristan Gingold | 2015-12-21 | 1 | -1/+4 |
| | |||||
* | configure: add --with-llvm-config | Tristan Gingold | 2015-12-20 | 1 | -3/+1 |
| | |||||
* | backtrace: add support for windows and for llvm (via libbacktrace). | Tristan Gingold | 2015-11-22 | 1 | -4/+14 |
| | |||||
* | Tentatively fix win32 support. | Tristan Gingold | 2015-09-12 | 1 | -1/+1 |
| | |||||
* | Add missing dependencies in Makefile.in | Tristan Gingold | 2015-06-01 | 1 | -3/+3 |
| | |||||
* | Fix llvm link on darwin (set no_compat_unwind). | Tristan Gingold | 2015-05-28 | 1 | -2/+3 |
| | |||||
* | Use cxx compiler to link llvm executable. | Tristan Gingold | 2015-05-21 | 1 | -1/+4 |
| | |||||
* | Add ghwdump build rules in Makefile. | Tristan Gingold | 2015-03-10 | 1 | -0/+13 |
| | |||||
* | Makefile: fix path to build lib for llvm. | Tristan Gingold | 2015-02-07 | 1 | -2/+3 |
| | |||||
* | Makefile: share INCFLAGS. | Tristan Gingold | 2015-01-17 | 1 | -8/+8 |
| | |||||
* | Fix build of ghdl_simul (WIP). | Tristan Gingold | 2015-01-16 | 1 | -1/+8 |
| | |||||
* | Makefiles: add OPT_FLAGS. | Tristan Gingold | 2014-12-24 | 1 | -13/+13 |
| | |||||
* | Makefile.in: add ADA_FLAGS. | Tristan Gingold | 2014-12-23 | 1 | -6/+11 |
| | |||||
* | Adjust makefiles to accept absolute srcdir path. | Tristan Gingold | 2014-12-18 | 1 | -83/+18 |
| | |||||
* | Makefile.in: add oread-llvm target. | Tristan Gingold | 2014-12-16 | 1 | -0/+6 |
| | |||||
* | Add support of ghdl_llvm build in Makefile.in | Tristan Gingold | 2014-12-13 | 1 | -8/+35 |
| | |||||
* | grt-disp_rti: disp alias kind. | Tristan Gingold | 2014-12-10 | 1 | -0/+1 |
| | |||||
* | Makefile.in: allow parallel compilation of std.standard. | Tristan Gingold | 2014-11-19 | 1 | -9/+9 |
| |