Index: meson/cross/amd64_clang
===================================================================
--- meson/cross/amd64_clang	(revision 5f176da24d28494c81340ae9aed9fb8d6d7a36fa)
+++ meson/cross/amd64_clang	(revision 2483f28f2b2801066346c0599f06826c7c320e6e)
@@ -15,4 +15,7 @@
 has_function_printf = true
 needs_exe_wrapper = true
+c_args = [ '-nostdlibinc' ]
+cpp_args = [ '-nostdlibinc' ]
+link_args = [ '-nostdlib' ]
 
 cc_arch = 'amd64'
