Index: meson/cross/amd64_clang
===================================================================
--- meson/cross/amd64_clang	(revision 5631c9c892f7f04b5ec56fa60ad8039803e0d5ab)
+++ 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'
