summaryrefslogtreecommitdiffstats
path: root/libc/Makefile
Commit message (Collapse)AuthorAgeFilesLines
...
* Update my email address. I am no longer andersen@lineo.comEric Andersen2001-12-191-2/+2
|
* Update to accomodate the header file changesEric Andersen2001-09-271-1/+1
|
* Remove the now obsolete "headers" target. Fix call to ↵Eric Andersen2001-05-291-29/+2
| | | | | | get-needed-libgcc-objects.sh to we define NM and AR properly.
* Minor fix.Manuel Novoa III2001-05-261-2/+2
|
* Fix up some problems noted by August Hoerandl <ahoerandl@gmx.at>Eric Andersen2001-05-171-1/+1
| | | | | when cross compiling with shared lib support, there were spots where the native 'ld' was mistakenly being called.
* Fix up a few little problemsEric Andersen2001-05-161-3/+3
|
* Add in a libc.so link as wellEric Andersen2001-05-121-0/+1
|
* Ok, this should finish off my massive ro-organization. The sourceEric Andersen2001-05-121-0/+112
tree is less messy now (which helps), all libraries are placed into uClibc/lib when compiling, all libraries now use a consistant mechanism for being built, all libraries use a consistant naming scheme where the lib name includes the uClibc version number, which makes ldconfig happy and willing to work with us. -Erik