Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-01-28 | Fix the bug where binaries built with older toolchains would | Eric Andersen | |
segfault. Turns out that 'ld -nostdlib' was the culprit. Who wouldof thought... -Erik | |||
2002-01-16 | Tell ld explicitly when stuff is supposed to by dynamically linked | Eric Andersen | |
-Erik | |||
2002-01-12 | Make libc depend on ldso | Eric Andersen | |
2002-01-11 | Cleanup makfile, use ld to avoid chicken-and-egg problems when | Eric Andersen | |
building gcc/g++. -Erik | |||
2002-01-09 | Be more carefull about erroring out of shell fragments. Try to | Eric Andersen | |
enable -falign-functions if avilable. | |||
2002-01-01 | Change all 'cd <foo>; bar' constructs to 'cd <foo> && bar' for | Eric Andersen | |
proper error checking -Erik | |||
2001-12-19 | Update my email address. I am no longer andersen@lineo.com | Eric Andersen | |
2001-09-27 | Update to accomodate the header file changes | Eric Andersen | |
2001-05-29 | Remove the now obsolete "headers" target. Fix call to ↵ | Eric Andersen | |
get-needed-libgcc-objects.sh to we define NM and AR properly. | |||
2001-05-26 | Minor fix. | Manuel Novoa III | |
2001-05-17 | Fix up some problems noted by August Hoerandl <ahoerandl@gmx.at> | Eric Andersen | |
when cross compiling with shared lib support, there were spots where the native 'ld' was mistakenly being called. | |||
2001-05-16 | Fix up a few little problems | Eric Andersen | |
2001-05-12 | Add in a libc.so link as well | Eric Andersen | |
2001-05-12 | Ok, this should finish off my massive ro-organization. The source | Eric Andersen | |
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 |