Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-03 | disable build warnings in utils | Peter S. Mazinger | |
Disable some build warnings in utils. Signed-off-by: Peter S. Mazinger <ps.m@gmx.net> | |||
2010-12-08 | getconf: only use specs that are available | Thomas Petazzoni | |
On older glibc (like 2.7), the _SC_V7_* symbols are not defined, making the build of current uClibc fail on Debian Lenny systems and other systems using a fairly old glibc. So we make sure to only use the specs names that are defined by the host C library. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | |||
2010-04-06 | getconf: move to utils/ | Bernhard Reutner-Fischer | |
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> |