From 53089c3617e6b356f6ff9b566b4462ca80a5427c Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Sun, 29 Dec 2013 11:50:56 +0100 Subject: Remove long line style check for gcc. --- translate/gcc/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/translate/gcc/Makefile.in b/translate/gcc/Makefile.in index e228820e5..eae920d62 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 -- cgit v1.2.3