]> git.ipfire.org Git - thirdparty/lxc.git/commit
Add MIPS as a supported architecture
authorKevin Cernekee <cernekee@gmail.com>
Sat, 25 Feb 2012 23:49:48 +0000 (00:49 +0100)
committerDaniel Lezcano <daniel.lezcano@free.fr>
Sat, 25 Feb 2012 23:49:48 +0000 (00:49 +0100)
commitc75083d7f36ff16ee22b3089b3deacec6a2b3cb9
tree6c3069288abf4685b02efcfadf2118792f9bfe3f
parentce6ce9d662b4ee8c0a10088867826a6725e06f70
Add MIPS as a supported architecture

The issue is similar to what was fixed in commit e7eb632c for ARM:
the "configure" script errors out because it is unable to set
LINUX_SRCARCH.  Fix is to add MIPS to the list.

Signed-off-by: Kevin Cernekee <cernekee@gmail.com>
Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
config/linux.m4