summaryrefslogtreecommitdiff
path: root/translate/gcc
diff options
context:
space:
mode:
authorTristan Gingold2013-12-29 11:50:56 +0100
committerTristan Gingold2013-12-29 11:50:56 +0100
commit53089c3617e6b356f6ff9b566b4462ca80a5427c (patch)
tree6fb0fdb2b945be19b4a7db45d56cd4b184c4feaa /translate/gcc
parentf7ca17c9595761f226a03901c03dc6921049ba11 (diff)
downloadghdl-53089c3617e6b356f6ff9b566b4462ca80a5427c.tar.gz
ghdl-53089c3617e6b356f6ff9b566b4462ca80a5427c.tar.bz2
ghdl-53089c3617e6b356f6ff9b566b4462ca80a5427c.zip
Remove long line style check for gcc.
Diffstat (limited to 'translate/gcc')
-rw-r--r--translate/gcc/Makefile.in2
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