Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge from trunk. | "Steven J. Hill" | 2005-12-02 | 1 | -3/+1 |
| | |||||
* | Massive merge from trunk. | "Steven J. Hill" | 2005-11-17 | 1 | -65/+8 |
| | |||||
* | Merge from trunk. | "Steven J. Hill" | 2005-10-30 | 1 | -34/+23 |
| | |||||
* | Big, huge fricking merge. Peter, if you touch the build system again I'm ↵ | "Steven J. Hill" | 2005-10-04 | 1 | -13/+3 |
| | | | | going to smash your keyboard. | ||||
* | Rename option PTHREADS_NATIVE to be UCLIBC_HAS_THREADS_NATIVE instead. What ↵ | "Steven J. Hill" | 2005-09-24 | 1 | -2/+2 |
| | | | | a stupid name to start with. What idiot thought of that? | ||||
* | Changes made to the dynamic loader for TLS/NPTL support. Additional changes ↵ | "Steven J. Hill" | 2005-08-09 | 1 | -0/+9 |
| | | | | made to libpthread and libc for remaining support. | ||||
* | A merging we will go. A merging we will go. Hi ho the merrio' a merging we ↵ | "Steven J. Hill" | 2005-07-25 | 1 | -5/+5 |
| | | | | will go. | ||||
* | merge parallel build support | Mike Frysinger | 2005-01-25 | 1 | -5/+5 |
| | |||||
* | Patch from Peter S. Mazinger to consistantly use "ASFLAGS" | Eric Andersen | 2004-12-22 | 1 | -5/+4 |
| | | | | as the flags for all calls to 'as' | ||||
* | Remove SAFECFLAGS. It was a workaround for failures in old awk script | Eric Andersen | 2003-11-22 | 1 | -7/+2 |
| | | | | | | | | | | used to generate the crti.S and crtn.S files. Since we don't use that anymore, keeping the workaround makes no sense. Furthermore, in most cases, SAFECFLAGS was not picking up all the needed flags, causing crti.o and crtn.o to not be built PIC. Which is very bad. Removing SAFECFLAGS and using CFLAGS fixes that as well. | ||||
* | Darn. Fix compilation for soft-float, which I inadvertantly | Eric Andersen | 2003-11-08 | 1 | -0/+4 |
| | | | | broke a couple of days ago. :-( | ||||
* | Continue the conversion to using per-arch crti.S and crtn.S | Eric Andersen | 2003-11-05 | 1 | -1/+26 |
| | |||||
* | Peter Kjellerstedt writes: | Eric Andersen | 2003-10-18 | 1 | -3/+1 |
| | | | | | | | | | | ln.patch: * Define $(LN) as ln in Rules.mak. * Change all occurrences of ln into $(LN). * Change all constructs like (cd path && ln -sf foo/file file) into $(LN) -sf foo/file path/file. The latter construct is already used in a number of places so it should not be an additional compatibility problem. | ||||
* | Peter Kjellerstedt writes: | Eric Andersen | 2003-10-18 | 1 | -2/+2 |
| | | | | | | | rm.patch: * Define $(RM) as rm -f in Rules.mak and test/Rules.mak (this is the same definition as gmake uses by default). * Change all occurrences of rm and rm -f into $(RM). | ||||
* | Patch from Atsushi Nemoto (with some additions): | Eric Andersen | 2003-10-08 | 1 | -0/+1 |
| | | | | | | | Current uClibc contains only one fpu_control.h and it is i386 version. This is a patch to use platform specific fpu_control.h. All new files come from glibc 2.3.2. This patch is against 0.9.21 but also can be applied to CVS as is. | ||||
* | Update architecture specific support to consistantly | Eric Andersen | 2003-01-23 | 1 | -1/+1 |
| | | | | | | generate a crt0 and crt1 file. Most arches still need to be updated to call __uClibc_start_main() rather than __uClibc_main(). | ||||
* | Hopefully this is correct | Eric Andersen | 2003-01-23 | 1 | -11/+6 |
| | |||||
* | Change <bits/syscall.h> to <bits/sysnum.h>. | Miles Bader | 2002-09-05 | 1 | -1/+1 |
| | |||||
* | Needed for the alpha port | Eric Andersen | 2002-05-30 | 1 | -1/+2 |
| | | | | -Erik | ||||
* | First pass attempt at an alpha port | Eric Andersen | 2002-05-10 | 1 | -0/+66 |