Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-09-03 | package: Remove unnecessary dependencies on uclibc. | Will Newton | |
A C library will have been built by the toolchain makefiles, so there is no need for packages to explicitly depend on uclibc. Signed-off-by: Will Newton <will.newton@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | |||
2008-07-17 | Kconfig: remove 'default n' | Peter Korsgaard | |
'default n' is the default, so there's no need to say it explicitly. | |||
2008-07-10 | gperf: depend on stamp file rather than gperf binary | Peter Korsgaard | |
There's no make rule to create the gperf binary, only the stamp file so use that instead. | |||
2008-07-10 | gperf: don't install to staging dir | Peter Korsgaard | |
It doesn't make much sense to install the cross-gperf to staging dir. | |||
2008-07-10 | gperf: strip target binary | Peter Korsgaard | |
2008-07-09 | gperf: remove trailing spaces | Peter Korsgaard | |
2008-07-09 | gperf: fix upstream url | Peter Korsgaard | |
2008-07-09 | Add gperf, perfect hash generator | Ulf Samuelsson | |