diff options
author | Brian Drummond | 2014-01-16 23:17:18 +0000 |
---|---|---|
committer | Brian Drummond | 2014-01-16 23:17:18 +0000 |
commit | 6dd41d6791e97118165c8e4af6f178188ab2bb45 (patch) | |
tree | 9aea4c60accc516a2cb6835778b869b3b80792ab /ortho | |
parent | 66da4588b0ba9e1d510bc11c648c990e54306deb (diff) | |
download | ghdl-6dd41d6791e97118165c8e4af6f178188ab2bb45.tar.gz ghdl-6dd41d6791e97118165c8e4af6f178188ab2bb45.tar.bz2 ghdl-6dd41d6791e97118165c8e4af6f178188ab2bb45.zip |
Extend the -frelaxed-rules option to gcc builds
Diffstat (limited to 'ortho')
-rw-r--r-- | ortho/gcc/lang.opt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ortho/gcc/lang.opt b/ortho/gcc/lang.opt index 5acffdb..562fbe0 100644 --- a/ortho/gcc/lang.opt +++ b/ortho/gcc/lang.opt @@ -66,6 +66,10 @@ fexplicit vhdl Explicit function declarations override implicit one in use +frelaxed-rules +vhdl +Relax some LRM rules to compile vendor libraries + fpsl vhdl Allow PSL asserts in comments |