diff options
author | Brian Drummond | 2013-12-03 16:37:43 +0000 |
---|---|---|
committer | Brian Drummond | 2013-12-03 16:37:43 +0000 |
commit | 276e78d5b48853ae3bca02c3491db21dacd5a210 (patch) | |
tree | 2b009ea7b2d6d103956d6eb3f85110b157df8daa /translate/ghdldrv/Makefile | |
parent | e5ce84621b0d889b60c60aa49f82864471ed507b (diff) | |
download | ghdl-276e78d5b48853ae3bca02c3491db21dacd5a210.tar.gz ghdl-276e78d5b48853ae3bca02c3491db21dacd5a210.tar.bz2 ghdl-276e78d5b48853ae3bca02c3491db21dacd5a210.zip |
Style errors and mcode Makefile change
Diffstat (limited to 'translate/ghdldrv/Makefile')
-rw-r--r-- | translate/ghdldrv/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/translate/ghdldrv/Makefile b/translate/ghdldrv/Makefile index b4199a9..159519c 100644 --- a/translate/ghdldrv/Makefile +++ b/translate/ghdldrv/Makefile @@ -106,7 +106,8 @@ LIB08_DIR:=../lib/v08 LIBSRC_DIR:=../../libraries REL_DIR:=../.. -GHDL=ghdl +#GHDL=ghdl +GHDL=ghdl_mcode ANALYZE:=../../../ghdldrv/$(GHDL) -a $(LIB_CFLAGS) LN=ln -s CP=cp |