Makefile are using uname -m which return mips for mips and mipsel.
Easy fix: use a symlink. Better fix: git mv

Signed-off-by: Arnaud Patard <[email protected]>
---
 sysdeps/linux-gnu/mips |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
 create mode 120000 sysdeps/linux-gnu/mips

diff --git a/sysdeps/linux-gnu/mips b/sysdeps/linux-gnu/mips
new file mode 120000
index 0000000..9a8777e
--- /dev/null
+++ b/sysdeps/linux-gnu/mips
@@ -0,0 +1 @@
+mipsel
\ No newline at end of file
_______________________________________________
Ltrace-devel mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/ltrace-devel

Reply via email to