diff options
author | Tristan Gingold <tgingold@free.fr> | 2014-03-09 07:05:34 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2014-03-09 07:05:34 +0100 |
commit | 6a8dd0ee9bd3ec2ffe6ff7fa821af92968008e55 (patch) | |
tree | 4dacb60b5a1e11f29a7fd1c279471ac2be6a0698 /ortho/mcode/Makefile | |
parent | f1cbfa0165ced1fc75f8fea817b0e8e3bcfe6b47 (diff) | |
download | ghdl-6a8dd0ee9bd3ec2ffe6ff7fa821af92968008e55.tar.gz ghdl-6a8dd0ee9bd3ec2ffe6ff7fa821af92968008e55.tar.bz2 ghdl-6a8dd0ee9bd3ec2ffe6ff7fa821af92968008e55.zip |
Automatically unnest subprograms for llvm.
Diffstat (limited to 'ortho/mcode/Makefile')
-rw-r--r-- | ortho/mcode/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ortho/mcode/Makefile b/ortho/mcode/Makefile index 2970d600a..19d5d26aa 100644 --- a/ortho/mcode/Makefile +++ b/ortho/mcode/Makefile @@ -1,5 +1,5 @@ ortho_srcdir=.. -GNAT_FLAGS=-gnaty3befhkmr -gnata -gnatf -gnatwlcru +GNAT_FLAGS=-gnaty3befhkmr -gnata -gnatf -gnatwlcru -gnat05 CC=gcc BE=mcode SED=sed |