mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-27 12:58:06 +00:00
update the coverity configuration as the chroot switched to gcc 5
This commit is contained in:
parent
9058637fab
commit
1d440a57d9
2
debian/rules
vendored
2
debian/rules
vendored
@ -189,6 +189,8 @@ override_dh_auto_configure: preconfigure
|
||||
cov-configure --compiler g++-4.8 --comptype gcc; \
|
||||
cov-configure --compiler gcc-4.9 --comptype gcc; \
|
||||
cov-configure --compiler g++-4.9 --comptype gcc; \
|
||||
cov-configure --compiler gcc-5 --comptype gcc; \
|
||||
cov-configure --compiler g++-5 --comptype gcc; \
|
||||
fi)
|
||||
|
||||
# Due to bug upstream, no symlink here
|
||||
|
Loading…
Reference in New Issue
Block a user