summaryrefslogtreecommitdiffstats
path: root/extra/scripts
Commit message (Collapse)AuthorAgeFilesLines
* Changes needed for MIPS with regards to the .init and .fini sections."Steven J. Hill"2002-05-201-4/+9
|
* Teach initfini to build properly on arches where gcc tries to beEric Andersen2002-04-031-0/+8
| | | | | sneaky behind our back... -Erik
* Don't let this worry about _init and _finiEric Andersen2002-03-151-1/+1
|
* Fix location of crt0.oEric Andersen2002-03-151-1/+1
|
* Build our own crti.o and crtn.o with a cross arch method that IEric Andersen2002-03-131-0/+140
| | | | | can live with much better the what glibc does. -Erik
* Add include guardsEric Andersen2002-02-041-0/+3
|
* 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
* A small patch from Erwin Authried <eauth@softsys.co.at>Eric Andersen2001-10-121-2/+2
| | | | | *) changed ARM crt0.S / crt0pic.S selection -- depends on DOPIC now. *) Minor tweek to syscall definitions
* Patch from John Tyner <jtyner@cs.ucr.edu> to avoid redefinedEric Andersen2001-09-131-2/+2
| | | | symbols by piping results through uniq
* Just take whatever the kernel headers gave us, spaces and all. This isEric Andersen2001-07-031-1/+1
| | | | | | to accomodate arm, where rmk has made the syscall numbers be very very strangely setup, -Erik
* Added a script to create bits/syscall.h for each arch.Manuel Novoa III2001-06-281-0/+25
| | | | | | | | | | | NOTE!!! This is run by "make -C libc/sysdeps/linux/$(TARGET_ARCH) headers" in the main Makefile, but I only changed libc/sysdeps/linux/i386/Makefile as I had no way of testing it for the other archs. Various arch maintainers, please check and update the corresponding Makefile... or report bugs ;-)... appropriately. You'll also want to "cvs del" syscall.h and add it to a .cvsignore in $(ARCH)/bits. Also added a define to uClibc_config.h, __UCLIBC_USE_UNIFIED_SYSCALL__, and moved i386 unified syscall stuff out of common and into i386/bits/syscalls.h.
* 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.