[Pkg-electronics-commits] [ghdl] 01/02: update-ghdl-libraries: Add -fexplicit and -frelaxed-rules to default compile args
Andreas E. Bombe
aeb at moszumanska.debian.org
Fri Feb 2 03:24:10 UTC 2018
This is an automated email from the git hooks/post-receive script.
aeb pushed a commit to branch master
in repository ghdl.
commit 29930dc95820b5b9b79672fd2a1b1e44a180812e
Author: Andreas Bombe <aeb at debian.org>
Date: Fri Feb 2 04:16:41 2018 +0100
update-ghdl-libraries: Add -fexplicit and -frelaxed-rules to default compile args
These options are required to compile some third-party libraries and are
also used in the upstream vendor library compile scripts.
---
debian/update-ghdl-libraries | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/update-ghdl-libraries b/debian/update-ghdl-libraries
index c931e9c..db5a08b 100755
--- a/debian/update-ghdl-libraries
+++ b/debian/update-ghdl-libraries
@@ -213,7 +213,7 @@ def build_libraries(backend, specs, std):
destroot = librootdir / backend / std['subdir']
ghdl = 'ghdl-' + backend
- common_args = ['-a', '-O', std['flag']]
+ common_args = ['-a', '-O', std['flag'], '-fexplicit', '-frelaxed-rules']
for spec in specs:
args = ['--work='+spec['work']]
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-electronics/ghdl.git
More information about the Pkg-electronics-commits
mailing list