Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-05-10 | Fix up naming of ld.so so every uses the same define. The top level | Eric Andersen | |
was using one name and the ld.so-1 dir was using another (they happened to be the same). Fix that. -Erik | |||
2001-05-04 | Another update to make sure things work properly on x86 now. | Eric Andersen | |
2001-05-04 | This patch allows powerpc to compile again. It also checks if we | Eric Andersen | |
are compiling for an arch for which uClibc has an ld.so or not, and otherwise sets things up to use the system ld.so. -Erik | |||
2001-04-27 | A few more compilation updates | Eric Andersen | |
2001-04-26 | Missed these | Eric Andersen | |
2001-04-25 | Move libdl and udate build method a bit | Eric Andersen | |
-Erik | |||
2001-04-24 | Make sure 'make install' creates needed dirs. | Eric Andersen | |
2001-04-23 | Ignore generated stuff. Add a 'make install' target that works. | Eric Andersen | |
-Erik | |||
2001-04-23 | Initial checkin for ld.so. This is a combination of effort from Manuel Novoa | Eric Andersen | |
III and me. I've been working on stripping out arch dependant stuff and replacing it with generic stuff whenever possible. -Erik |