diff options
author | gingold | 2005-11-07 23:18:35 +0000 |
---|---|---|
committer | gingold | 2005-11-07 23:18:35 +0000 |
commit | 004bd818080a8090ea61bfb9cd656b01fe4541e0 (patch) | |
tree | a09472ff8de767ccd7f84d64ffc3c3fc4179bb75 /translate/grt/Makefile | |
parent | d5888aa28f654fa58ec9f3914932885e36af3d5c (diff) | |
download | ghdl-004bd818080a8090ea61bfb9cd656b01fe4541e0.tar.gz ghdl-004bd818080a8090ea61bfb9cd656b01fe4541e0.tar.bz2 ghdl-004bd818080a8090ea61bfb9cd656b01fe4541e0.zip |
handle universal real div integer evaluation,
more optimizations added,
multi-thread ready grt,
bug fixes
Diffstat (limited to 'translate/grt/Makefile')
-rw-r--r-- | translate/grt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/translate/grt/Makefile b/translate/grt/Makefile index 5e0a7cd..ff68bc7 100644 --- a/translate/grt/Makefile +++ b/translate/grt/Makefile @@ -15,7 +15,8 @@ # along with GCC; see the file COPYING. If not, write to the Free # Software Foundation, 59 Temple Place - Suite 330, Boston, MA # 02111-1307, USA. -GRT_FLAGS=-g +GRT_FLAGS=-g -O +GRT_ADAFLAGS=-gnatn ADAC=gnatgcc GNATFLAGS=$(CFLAGS) -gnatf -gnaty3befhkmr -gnatwlu |