summaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Collapse)AuthorAgeFilesLines
* Look in /usr/X11R6/lib as wellEric Andersen2004-03-181-0/+1
|
* Fix commentEric Andersen2004-03-081-2/+2
|
* Yet more fixups..Eric Andersen2004-02-131-2/+8
|
* Done free path if it equals not_foundEric Andersen2004-02-131-1/+5
| | | | Remember to flose an fopened file
* Another little touch up to avoid problems...Eric Andersen2004-02-131-0/+2
|
* A better fix...Eric Andersen2004-02-131-6/+4
|
* Fix the annoying "not a dynamic executable" problem when running lddEric Andersen2004-02-131-4/+4
| | | | on libuClibc
* Cleanup whitespace and formattingEric Andersen2004-02-131-36/+31
|
* Avoid potential double free when locate_library_file() is usedEric Andersen2004-02-131-4/+7
| | | | on fully resolved names
* Fixup header file namingEric Andersen2004-02-102-2/+2
|
* clean trailing whitespaceEric Andersen2004-02-102-2/+2
|
* The code for checking the rpath was not finding the rpathEric Andersen2004-02-011-6/+20
| | | | | value correctly, since it forgot to lookup the correct value in the string table.
* ignore host binariesEric Andersen2004-01-211-0/+1
|
* Erik is an idiotEric Andersen2004-01-201-4/+4
|
* support building the uClibc utils for the host system...Eric Andersen2004-01-201-6/+23
|
* Link ldconfig with the appropriate libraries.Manuel Novoa III2003-12-141-1/+1
|
* Building of iconv.o was accidently always disabled.Manuel Novoa III2003-12-042-7/+21
| | | | Also, build the iconv app in utils.
* Paul Mundt <lethal@linux-sh.org> writes:Eric Andersen2003-12-031-6/+6
| | | | | | Nothing overly interesting here, this renames Hitachi/Mitsubishi to Renesas for the relevant platforms (in this case, h8, sh, and m32r). The same changes have already been going on in gcc/binutils/gdb/glibc/etc.
* Rob McMullen writes:Eric Andersen2003-12-031-3/+2
| | | | | | There is code in ldconfig that checks to see if a shared library is named either ``lib*'' or ``ld-*'' before ldconfig -l will work on it. gawk uses this feature of ldconfig to make /lib/rcscripts/filefuncs.so, so the build fails.
* Include Rules.mk for consistency. Trying not to was simply too painful.Manuel Novoa III2003-12-021-58/+1
|
* Don't bother checking, since we want an error if -msoft-float doesn't work.Manuel Novoa III2003-11-241-2/+2
|
* Ok.. this fixes the buildroot soft-float arm build.Manuel Novoa III2003-11-231-1/+1
| | | | | Also try to make sure the build breaks if we want soft float but don't know how to request it.
* Hopefully this is correct for cris.Manuel Novoa III2003-11-231-0/+4
|
* Protect against quoting changes.Manuel Novoa III2003-11-231-1/+1
|
* Fix arm detection for libfloat.Manuel Novoa III2003-11-221-1/+1
|
* Fix a stupid potential segfaultEric Andersen2003-11-121-1/+2
|
* Sigh. I forgot to define INSTALL which, understandable,Eric Andersen2003-11-071-5/+7
| | | | broke the install target
* It is remotely possible the utils might even compile this timeEric Andersen2003-11-071-13/+49
| | | | around...
* Begin converting the client utilsEric Andersen2003-11-069-0/+2247