Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't complain about _GLOBAL_OFFSET_TABLE_ | Eric Andersen | 2002-01-31 | 1 | -1/+1 |
| | |||||
* | Failed to call sort before calling uniq in several spots, | Eric Andersen | 2002-01-11 | 1 | -2/+2 |
| | | | | | thereby causing ld to choke during the gcc build. -Erik | ||||
* | Change all 'cd <foo>; bar' constructs to 'cd <foo> && bar' for | Eric Andersen | 2002-01-01 | 1 | -4/+4 |
| | | | | | proper error checking -Erik | ||||
* | Patch from John Tyner <jtyner@cs.ucr.edu> to avoid redefined | Eric Andersen | 2001-09-13 | 1 | -2/+2 |
| | | | | symbols by piping results through uniq | ||||
* | Define "NM = $(CROSS)nm" and use $NM and $AR in get-needed-libgcc-objects.sh | Eric Andersen | 2001-05-29 | 1 | -8/+8 |
| | | | | in all cases. | ||||
* | Fix up some problems noted by August Hoerandl <ahoerandl@gmx.at> | Eric Andersen | 2001-05-17 | 1 | -3/+3 |
| | | | | | when cross compiling with shared lib support, there were spots where the native 'ld' was mistakenly being called. | ||||
* | Part of the shared lib build rework. | Manuel Novoa III | 2001-03-18 | 1 | -6/+11 |
| | |||||
* | Clean up atexit.c; make sure sysconf and atexit agree; link in ref'd libgcc.a | Manuel Novoa III | 2001-01-25 | 1 | -0/+70 |
objects with shared uClibc; allow disabling long long support. |