Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Look in /usr/X11R6/lib as well | Eric Andersen | 2004-03-18 | 1 | -0/+1 |
| | |||||
* | Fix comment | Eric Andersen | 2004-03-08 | 1 | -2/+2 |
| | |||||
* | Yet more fixups.. | Eric Andersen | 2004-02-13 | 1 | -2/+8 |
| | |||||
* | Done free path if it equals not_found | Eric Andersen | 2004-02-13 | 1 | -1/+5 |
| | | | | Remember to flose an fopened file | ||||
* | Another little touch up to avoid problems... | Eric Andersen | 2004-02-13 | 1 | -0/+2 |
| | |||||
* | A better fix... | Eric Andersen | 2004-02-13 | 1 | -6/+4 |
| | |||||
* | Fix the annoying "not a dynamic executable" problem when running ldd | Eric Andersen | 2004-02-13 | 1 | -4/+4 |
| | | | | on libuClibc | ||||
* | Cleanup whitespace and formatting | Eric Andersen | 2004-02-13 | 1 | -36/+31 |
| | |||||
* | Avoid potential double free when locate_library_file() is used | Eric Andersen | 2004-02-13 | 1 | -4/+7 |
| | | | | on fully resolved names | ||||
* | Fixup header file naming | Eric Andersen | 2004-02-10 | 2 | -2/+2 |
| | |||||
* | clean trailing whitespace | Eric Andersen | 2004-02-10 | 2 | -2/+2 |
| | |||||
* | The code for checking the rpath was not finding the rpath | Eric Andersen | 2004-02-01 | 1 | -6/+20 |
| | | | | | value correctly, since it forgot to lookup the correct value in the string table. | ||||
* | ignore host binaries | Eric Andersen | 2004-01-21 | 1 | -0/+1 |
| | |||||
* | Erik is an idiot | Eric Andersen | 2004-01-20 | 1 | -4/+4 |
| | |||||
* | support building the uClibc utils for the host system... | Eric Andersen | 2004-01-20 | 1 | -6/+23 |
| | |||||
* | Link ldconfig with the appropriate libraries. | Manuel Novoa III | 2003-12-14 | 1 | -1/+1 |
| | |||||
* | Building of iconv.o was accidently always disabled. | Manuel Novoa III | 2003-12-04 | 2 | -7/+21 |
| | | | | Also, build the iconv app in utils. | ||||
* | Paul Mundt <lethal@linux-sh.org> writes: | Eric Andersen | 2003-12-03 | 1 | -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 Andersen | 2003-12-03 | 1 | -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 III | 2003-12-02 | 1 | -58/+1 |
| | |||||
* | Don't bother checking, since we want an error if -msoft-float doesn't work. | Manuel Novoa III | 2003-11-24 | 1 | -2/+2 |
| | |||||
* | Ok.. this fixes the buildroot soft-float arm build. | Manuel Novoa III | 2003-11-23 | 1 | -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 III | 2003-11-23 | 1 | -0/+4 |
| | |||||
* | Protect against quoting changes. | Manuel Novoa III | 2003-11-23 | 1 | -1/+1 |
| | |||||
* | Fix arm detection for libfloat. | Manuel Novoa III | 2003-11-22 | 1 | -1/+1 |
| | |||||
* | Fix a stupid potential segfault | Eric Andersen | 2003-11-12 | 1 | -1/+2 |
| | |||||
* | Sigh. I forgot to define INSTALL which, understandable, | Eric Andersen | 2003-11-07 | 1 | -5/+7 |
| | | | | broke the install target | ||||
* | It is remotely possible the utils might even compile this time | Eric Andersen | 2003-11-07 | 1 | -13/+49 |
| | | | | around... | ||||
* | Begin converting the client utils | Eric Andersen | 2003-11-06 | 9 | -0/+2247 |