| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
| |
Allows for passing flags along HOST_CC which is sometimes needed on certain
architectures.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
patch-1 will make the package selection default=n (since it's not necessary)
patch-2 will fix the readline.mk makefile to better follow buildroot style.
This is a cleanup only. But adds the 'readline-target' makefile target to also
install readline .so files to the target in addition to the full install in the
staging area.
http://bugs.busybox.net/view.php?id=300
|
| |
|
|
|
|
| |
This patch removes the depricated Makefile.in and adds the relevant modifications to TARGETS to readline.mk.
|
|
this patch adds the package 'readline' which is the GNU readline library used
to get/save history with text input applications.
|