summaryrefslogtreecommitdiffstats
path: root/ldso/util/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Begin converting the client utilsEric Andersen2003-11-061-87/+0
* Rework the config system. Better utilize the Kconfig languageEric Andersen2003-11-041-21/+8
* Some more soft float fixes... for arm in particular (libfloat).Manuel Novoa III2003-10-311-3/+3
* Peter Kjellerstedt writes:Eric Andersen2003-10-181-1/+1
* Peter Kjellerstedt writes:Eric Andersen2003-10-181-1/+1
* Always build and install ldconfigEric Andersen2003-10-121-23/+41
* Make sure we use the local copy of elf.h, since some systemEric Andersen2003-09-171-6/+9
* Phase one of my evil plan to clean up ld.so...Eric Andersen2003-08-191-5/+2
* Patch from Stefan AlliusEric Andersen2003-03-071-1/+1
* Teach ldd to act just the glibc provided one (relying on theEric Andersen2003-03-011-2/+6
* Change some variable names so we are more consistant with whatEric Andersen2002-12-041-5/+5
* Ok... here's the summary:Manuel Novoa III2002-11-221-1/+1
* Patch from Stefan Allius and Edie C. Dost to let ldd andEric Andersen2002-08-081-1/+4
* Don't try to compile the target utils unless told to do so.Eric Andersen2002-06-231-3/+0
* If we are cross-compiling, don't even try to build the target utilities."Steven J. Hill"2002-06-041-6/+7
* Silly me. ldd.target is for the target system, so don'tEric Andersen2002-05-291-1/+1
* Pass the -s to the linkerEric Andersen2002-05-241-2/+2
* No real need to make ldd.target and readelf.target be static...Eric Andersen2002-05-031-2/+2
* Fix makefile so it actually works when cross compilingEric Andersen2002-01-311-6/+6
* make sure all utilities will build even with older toolchains byEric Andersen2002-01-311-13/+16
* Fixup util buildEric Andersen2002-01-301-2/+2
* Fix the bug where binaries built with older toolchains wouldEric Andersen2002-01-281-8/+14
* Remove the now obsolete d-link tree. Update things to copeEric Andersen2002-01-111-5/+5
* Don't use target strip on native binaryEric Andersen2002-01-111-2/+1
* Build a native uClibc lddEric Andersen2002-01-091-2/+11
* Change all 'cd <foo>; bar' constructs to 'cd <foo> && bar' forEric Andersen2002-01-011-1/+1
* Update my email address. I am no longer andersen@lineo.comEric Andersen2001-12-191-0/+22
* This syncs things up with my local tree. Mainly changes installerEric Andersen2001-08-081-2/+8
* Some cleanups needed for things to compile and work as expectedEric Andersen2001-07-171-2/+3
* This commit merges David Schleef's updates to the build system, which aEric Andersen2001-07-121-2/+2
* Rewrite of ldd so it works as expected, and does not invoke theEric Andersen2001-07-111-9/+10
* A few build updatesEric Andersen2001-06-151-2/+2
* Be consistant for all the client code, and use TARGET_CC with --uclibc-use-bu...Eric Andersen2001-06-151-9/+6
* Yet more ldso cleanups. Be more discriminating about when using inlinesEric Andersen2001-06-141-1/+1
* Fix bug in ldso/util/Makefile introduced when Erik added the readelf app.Manuel Novoa III2001-06-111-2/+2
* Add a new 'readelf' util I wrote this weekend.Eric Andersen2001-06-041-24/+16
* Teach the ldso stuff to use the proper elf.h header file, not a local copy.Eric Andersen2001-06-041-9/+13
* Ok, this should finish off my massive ro-organization. The sourceEric Andersen2001-05-121-2/+2
* Missed theseEric Andersen2001-04-261-2/+1
* Initial checkin for ld.so. This is a combination of effort from Manuel NovoaEric Andersen2001-04-231-0/+38