diff options
author | Tristan Gingold <tgingold@free.fr> | 2014-11-02 13:56:05 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2014-11-02 13:56:05 +0100 |
commit | 8bf6d7873124db4079b6757479c7e5d6327e7c86 (patch) | |
tree | 32847283702e46672ad07dd5db532864ea01aa60 /translate/ghdldrv/Makefile | |
parent | 88fff744247c4c1f8e886207c7997390b063af27 (diff) | |
download | ghdl-8bf6d7873124db4079b6757479c7e5d6327e7c86.tar.gz ghdl-8bf6d7873124db4079b6757479c7e5d6327e7c86.tar.bz2 ghdl-8bf6d7873124db4079b6757479c7e5d6327e7c86.zip |
makefiles and script: adjust for gcc 4.9
Diffstat (limited to 'translate/ghdldrv/Makefile')
-rw-r--r-- | translate/ghdldrv/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/translate/ghdldrv/Makefile b/translate/ghdldrv/Makefile index ed94f02b4..ec01aaf1e 100644 --- a/translate/ghdldrv/Makefile +++ b/translate/ghdldrv/Makefile @@ -166,8 +166,8 @@ grt.links: install.all: install.v87 install.v93 install.v08 install.gcc: - $(MAKE) GHDL1=../ghdl1-gcc install.standard $(MAKE) GHDL=ghdl_gcc install.all + $(MAKE) GHDL1=../ghdl1-gcc install.standard install.mcode: $(MAKE) GHDL=ghdl_mcode install.all @@ -176,8 +176,8 @@ install.simul: $(MAKE) GHDL=ghdl_simul install.all install.llvm: - $(MAKE) GHDL1=../ghdl1-llvm install.standard $(MAKE) GHDL=ghdl_llvm install.all + $(MAKE) GHDL1=../ghdl1-llvm install.standard clean: force $(RM) -f *.o *.ali ghdl_gcc ghdl_mcode ghdl_llvm ghdl_llvm_jit |