diff options
Diffstat (limited to 'translate')
-rw-r--r-- | translate/gcc/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/translate/gcc/Makefile.in b/translate/gcc/Makefile.in index e228820..eae920d 100644 --- a/translate/gcc/Makefile.in +++ b/translate/gcc/Makefile.in @@ -167,6 +167,8 @@ 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 " -- Accept long lines." >> tmp-dpathes.ads + echo " pragma Style_Checks (\"M999\");" >> 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 |