aboutsummaryrefslogtreecommitdiffstats
path: root/libraries/vendors/ghdl.grcrules
diff options
context:
space:
mode:
authorTristan Gingold <gingold@adacore.com>2015-12-03 04:48:15 +0100
committerTristan Gingold <gingold@adacore.com>2015-12-03 04:48:15 +0100
commit6956cc80516f1dfc74a06a75b068437afba036ed (patch)
tree53dd811d0904efe594ec1cfe9692a224bde4456c /libraries/vendors/ghdl.grcrules
parentf7b737b52f57a46c2f96ad87ee50741abc415ed3 (diff)
downloadghdl-6956cc80516f1dfc74a06a75b068437afba036ed.tar.gz
ghdl-6956cc80516f1dfc74a06a75b068437afba036ed.tar.bz2
ghdl-6956cc80516f1dfc74a06a75b068437afba036ed.zip
Add vendor specific library compile scripts for linux.
Merge branch from Paebbels.
Diffstat (limited to 'libraries/vendors/ghdl.grcrules')
-rw-r--r--libraries/vendors/ghdl.grcrules15
1 files changed, 15 insertions, 0 deletions
diff --git a/libraries/vendors/ghdl.grcrules b/libraries/vendors/ghdl.grcrules
new file mode 100644
index 000000000..1bc607831
--- /dev/null
+++ b/libraries/vendors/ghdl.grcrules
@@ -0,0 +1,15 @@
+# color warnings
+regexp=^.*?:\d+:\d+:warning: .*
+colours=yellow
+count=stop
+=========
+
+# color errors
+regexp=^.*?:\d+:\d+: .*
+colours=red
+count=stop
+=========
+
+# skip additional message line on Linux
+regexp=^ghdl: compilation error
+skip=yes