diff options
author | gingold | 2009-09-21 03:46:42 +0000 |
---|---|---|
committer | gingold | 2009-09-21 03:46:42 +0000 |
commit | 9e9f8604f11d93894990e7733127d083abab8f3e (patch) | |
tree | 24e35d22157442340b7f52954f5133905b577456 /translate/gcc/Makefile.in | |
parent | 2dc407beb7dde9f0c986ee14e80f3ac43398e8bb (diff) | |
download | ghdl-9e9f8604f11d93894990e7733127d083abab8f3e.tar.gz ghdl-9e9f8604f11d93894990e7733127d083abab8f3e.tar.bz2 ghdl-9e9f8604f11d93894990e7733127d083abab8f3e.zip |
Version 0.28.
Diffstat (limited to 'translate/gcc/Makefile.in')
-rw-r--r-- | translate/gcc/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/translate/gcc/Makefile.in b/translate/gcc/Makefile.in index d5de5c7..e228820 100644 --- a/translate/gcc/Makefile.in +++ b/translate/gcc/Makefile.in @@ -167,10 +167,11 @@ drvdir/default_pathes.ads: drvdir Makefile echo "-- DO NOT EDIT" > tmp-dpathes.ads echo "-- This file is created by Makefile" >> tmp-dpathes.ads echo "package Default_Pathes is" >> tmp-dpathes.ads - echo " Compiler_Gcc : constant String :=" >> tmp-dpathes.ads + echo " Compiler_Gcc : constant String :=" >> tmp-dpathes.ads echo " \"$(libexecsubdir)/ghdl1$(exeext)\";" >> tmp-dpathes.ads echo " Compiler_Debug : constant String :=\"\";" >> tmp-dpathes.ads echo " Compiler_Mcode : constant String :=\"\";" >> tmp-dpathes.ads + echo " Compiler_Llvm : constant String :=\"\";" >> tmp-dpathes.ads echo " Post_Processor : constant String :=\"\";" >> tmp-dpathes.ads echo " Prefix : constant String :=">> tmp-dpathes.ads echo " \"$(libsubdir)/vhdl/lib/\";" >> tmp-dpathes.ads |