[sw/meson] Override march default from toolchain meson cross files
This makes it possible to adopt a toolchain with bitmanip support without
having to adopt bitmanip at the same time. We can also use it to change the
bitmanip extension subsets we want to enable.
This patch was written by Luís Marques.
Signed-off-by: Michael Munday <mike.munday@lowrisc.org>
diff --git a/meson-config.txt b/meson-config.txt
new file mode 100644
index 0000000..ad141ae
--- /dev/null
+++ b/meson-config.txt
@@ -0,0 +1,3 @@
+[constants]
+march = 'rv32imc'
+default_extra_args = []