From ce17ed60df929eb84d8ed433011dc7519fa4d907 Mon Sep 17 00:00:00 2001 From: Justine Tunney Date: Sat, 6 Jan 2024 12:10:06 -0800 Subject: [PATCH] Support -MF and -MT in cosmocc --- tool/cosmocc/bin/cosmocc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tool/cosmocc/bin/cosmocc b/tool/cosmocc/bin/cosmocc index 02bfcd72b..4cd6b2450 100755 --- a/tool/cosmocc/bin/cosmocc +++ b/tool/cosmocc/bin/cosmocc @@ -196,6 +196,8 @@ for x; do [ x"$x" = x"-I" ] || [ x"$x" = x"-D" ] || [ x"$x" = x"-U" ] || + [ x"$x" = x"-MF" ] || + [ x"$x" = x"-MT" ] || [ x"$x" = x"-iquote" ] || [ x"$x" = x"-isystem" ] || [ x"$x" = x"-include" ]; then