summaryrefslogtreecommitdiffstats
path: root/extra/scripts/get-needed-libgcc-objects.sh
Commit message (Collapse)AuthorAgeFilesLines
* Don't complain about _GLOBAL_OFFSET_TABLE_Eric Andersen2002-01-311-1/+1
|
* Failed to call sort before calling uniq in several spots,Eric Andersen2002-01-111-2/+2
| | | | | thereby causing ld to choke during the gcc build. -Erik
* Change all 'cd <foo>; bar' constructs to 'cd <foo> && bar' forEric Andersen2002-01-011-4/+4
| | | | | proper error checking -Erik
* Patch from John Tyner <jtyner@cs.ucr.edu> to avoid redefinedEric Andersen2001-09-131-2/+2
| | | | symbols by piping results through uniq
* Define "NM = $(CROSS)nm" and use $NM and $AR in get-needed-libgcc-objects.shEric Andersen2001-05-291-8/+8
| | | | in all cases.
* Fix up some problems noted by August Hoerandl <ahoerandl@gmx.at>Eric Andersen2001-05-171-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 III2001-03-181-6/+11
|
* Clean up atexit.c; make sure sysconf and atexit agree; link in ref'd libgcc.aManuel Novoa III2001-01-251-0/+70
objects with shared uClibc; allow disabling long long support.