diff options
author | gingold <gingold@b72b5c32-5f01-0410-b925-b5c7b92870f7> | 2009-09-21 03:46:42 +0000 |
---|---|---|
committer | gingold <gingold@b72b5c32-5f01-0410-b925-b5c7b92870f7> | 2009-09-21 03:46:42 +0000 |
commit | 9e9f8604f11d93894990e7733127d083abab8f3e (patch) | |
tree | 24e35d22157442340b7f52954f5133905b577456 /translate/grt/Makefile | |
parent | 2dc407beb7dde9f0c986ee14e80f3ac43398e8bb (diff) | |
download | ghdl-9e9f8604f11d93894990e7733127d083abab8f3e.tar.gz ghdl-9e9f8604f11d93894990e7733127d083abab8f3e.tar.bz2 ghdl-9e9f8604f11d93894990e7733127d083abab8f3e.zip |
Version 0.28.
Diffstat (limited to 'translate/grt/Makefile')
-rw-r--r-- | translate/grt/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/translate/grt/Makefile b/translate/grt/Makefile index 1c6af4d10..107aef7bf 100644 --- a/translate/grt/Makefile +++ b/translate/grt/Makefile @@ -19,6 +19,7 @@ GRT_FLAGS=-g -O GRT_ADAFLAGS=-gnatn ADAC=gcc +CC=gcc GNATFLAGS=$(CFLAGS) -gnatf -gnaty3befhkmr -gnatwlu GHDL1=../ghdl1-gcc GRTSRCDIR=. |