Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Makefile: Add install.vpi.local and mention it. | Tristan Gingold | 2017-12-21 | 1 | -0/+5 |
| | |||||
* | configure: allow user to override MAKE. | Tristan Gingold | 2017-12-18 | 1 | -0/+1 |
| | |||||
* | Makefile.in: fix typo. | Tristan Gingold | 2017-12-18 | 1 | -1/+1 |
| | |||||
* | Makefile.in: Updated all.gcc print statements | Martin Aberg | 2017-12-18 | 1 | -3/+3 |
| | | | | The $(MAKE) variable is provided by Make itself. | ||||
* | travis-ci: tentatively fix git --describe for version. | Tristan Gingold | 2017-12-10 | 1 | -2/+2 |
| | |||||
* | Makefile.in: add install for simul, use srcdir to include grt. | Tristan Gingold | 2017-12-10 | 1 | -1/+7 |
| | |||||
* | Makefiles: use GNATMAKE for llvm and grt. | Tristan Gingold | 2017-10-19 | 1 | -1/+1 |
| | | | | Tentative fix for #443. | ||||
* | Also support gcc-6 (instead of only gcc 6.x). | Tristan Gingold | 2017-10-04 | 1 | -4/+4 |
| | | | | For #425 | ||||
* | Replace libmhdlsim by libghdl. | Tristan Gingold | 2017-10-03 | 1 | -9/+4 |
| | |||||
* | Makefile: also clean object files in pic/ | Tristan Gingold | 2017-10-02 | 1 | -0/+1 |
| | |||||
* | travis: add gpl packaging | Tristan Gingold | 2017-08-27 | 1 | -3/+14 |
| | |||||
* | Add --enable-openieee to configure | Tristan Gingold | 2017-08-19 | 1 | -0/+2 |
| | |||||
* | Add clean-pure-gpl, allow to build with openieee | Tristan Gingold | 2017-08-19 | 1 | -3/+13 |
| | |||||
* | configure: add --disable-checks | Tristan Gingold | 2017-07-21 | 1 | -9/+12 |
| | |||||
* | Define GHDL_GCC_BIN in Makefile.in | Tristan Gingold | 2017-05-30 | 1 | -1/+6 |
| | | | | Fix #127 | ||||
* | Do not create dir for installation during configure. | Tristan Gingold | 2017-05-30 | 1 | -1/+0 |
| | | | | Fix #359 | ||||
* | Don't install libbacktrace when building with gcc. | Tristan Gingold | 2017-05-24 | 1 | -2/+2 |
| | |||||
* | Build grt to lib/ subdir. | Tristan Gingold | 2017-05-23 | 1 | -14/+6 |
| | | | | For #352 | ||||
* | Avoid dependencies on dirs, create dirs during configure. | Tristan Gingold | 2017-05-23 | 1 | -1/+8 |
| | | | | For #352 | ||||
* | Install libbacktrace.a | Tristan Gingold | 2017-05-23 | 1 | -0/+2 |
| | | | | For #352 | ||||
* | Rework of libraries/Makefile.in | Tristan Gingold | 2017-05-23 | 1 | -40/+21 |
| | | | | For #352 | ||||
* | Add missing dependencies for std_standard.o, avoid rebuild. | Tristan Gingold | 2017-05-23 | 1 | -11/+11 |
| | | | | For #352 | ||||
* | Add gcc 7.x as a backend. | Tristan Gingold | 2017-05-21 | 1 | -3/+4 |
| | |||||
* | Makefile: add dependency on configure. | Tristan Gingold | 2017-05-20 | 1 | -1/+10 |
| | |||||
* | configure: add --disable-werror | Tristan Gingold | 2017-05-20 | 1 | -0/+3 |
| | | | | For #350 | ||||
* | Fix typo: paths. | Tristan Gingold | 2017-05-18 | 1 | -1/+1 |
| | |||||
* | Makefile: separate and document -gnatwe | Tristan Gingold | 2017-05-09 | 1 | -1/+4 |
| | |||||
* | Build libgrt.a in grt/ subdir to avoid mixing with build for ghdl1 | Tristan Gingold | 2017-04-20 | 1 | -1/+1 |
| | |||||
* | configure: set abs_srcdir | Tristan Gingold | 2017-04-19 | 1 | -1/+2 |
| | |||||
* | Add libs targets in Makefile. | Tristan Gingold | 2017-04-19 | 1 | -0/+2 |
| | |||||
* | scanner: use grt-fcvt for radix conversion. | Tristan Gingold | 2017-04-19 | 1 | -6/+8 |
| | |||||
* | Simplify build for llvm-nodebug. | Tristan Gingold | 2017-04-04 | 1 | -4/+2 |
| | |||||
* | Use single VM in .travis.yml to speed-up launching builds. Container are ↵ | 1138-4EB | 2017-03-01 | 1 | -0/+3 |
| | | | | | | | launched in parallel threads. The output of each thread is saved to a log. All of them are printed in order, after all the threads have finished. Shared ANSI color codes between libraries/vendors and dist/linux. The common file to be sourced is dist/ansi_color.sh | ||||
* | gcc: move ortho-lang.c selection from configure to Makefile.in | Tristan Gingold | 2017-02-22 | 1 | -2/+10 |
| | | | | For #291 | ||||
* | Add support for gcc 5.x and gcc 6.x | Tristan Gingold | 2017-02-21 | 1 | -0/+3 |
| | |||||
* | 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 |