Signed-off-by: Ramsay Jones <ramsay@xxxxxxxxxxxxxxxxxxx> --- cgcc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cgcc b/cgcc index f330116..d7daa99 100755 --- a/cgcc +++ b/cgcc @@ -77,6 +77,8 @@ if ($do_check) { chomp($gcc_base_dir); # possibly remove '\n' from compiler $check .= " -gcc-base-dir " . $gcc_base_dir if $gcc_base_dir; + $multiarch_dir = qx($ccom -print-multiarch) if ! defined $multiarch_dir; + chomp($multiarch_dir); # possibly remove '\n' from compiler $check .= " -multiarch-dir " . $multiarch_dir if $multiarch_dir; print "$check\n" if $verbose; -- 2.0.0 -- To unsubscribe from this list: send the line "unsubscribe linux-sparse" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html