Commit 6398d8fd authored by Janne Grunau's avatar Janne Grunau

configure: clang: add -Qunused-arguments to as|ld_flags as well

parent b141c7b3
......@@ -4208,6 +4208,18 @@ elif enabled_any msvc icl; then
fi
fi
case $as_type in
clang)
add_asflags -Qunused-arguments
;;
esac
case $ld_type in
clang)
check_ldflags -Qunused-arguments
;;
esac
case $target_os in
osf1)
enabled ccc && add_ldflags '-Wl,-expect_unresolved,*'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment