debug-trigger: Do what we can to debug unresponsive systems
debug-trigger is a small daemon which translates an external signal that
the system is unresponsive into a system crash for debug data
collection.
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
Change-Id: Ic04f1a95aaf651d56b75f5261d8a6f76d34477a7
diff --git a/meson/arm-linux-gneabihf-gcc.ini b/meson/arm-linux-gneabihf-gcc.ini
new file mode 100644
index 0000000..a1b4232
--- /dev/null
+++ b/meson/arm-linux-gneabihf-gcc.ini
@@ -0,0 +1,9 @@
+[constants]
+arch = 'arm-linux-gnueabihf'
+
+[binaries]
+c = arch + '-gcc'
+cpp = arch + '-g++'
+ld = arch + '-ld'
+strip = arch + '-strip'
+pkgconfig = arch + '-pkg-config'