Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge from trunk. | "Steven J. Hill" | 2006-08-18 | 1 | -14/+2 |
| | |||||
* | Merge from trunk. | "Steven J. Hill" | 2005-10-30 | 1 | -38/+21 |
| | |||||
* | Big, huge fricking merge. Peter, if you touch the build system again I'm ↵ | "Steven J. Hill" | 2005-10-04 | 1 | -4/+3 |
| | | | | going to smash your keyboard. | ||||
* | merge parallel build support | Mike Frysinger | 2005-01-25 | 1 | -7/+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. :-( | ||||
* | Add quick hacks to create fake crti.o and crtn.o files. These architectures | Eric Andersen | 2003-11-05 | 1 | -1/+29 |
| | | | | | | need to be fixed properly. I tried, but I was unable to build a cross toolchain for each of these (using stock binutils and gcc) so it is someone else's problem to fix them now. | ||||
* | 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). | ||||
* | Update architecture specific support to consistantly | Eric Andersen | 2003-01-23 | 1 | -22/+6 |
| | | | | | | generate a crt0 and crt1 file. Most arches still need to be updated to call __uClibc_start_main() rather than __uClibc_main(). | ||||
* | Change <bits/syscall.h> to <bits/sysnum.h>. | Miles Bader | 2002-09-05 | 1 | -2/+2 |
| | |||||
* | Disable unused unifed stuff | Eric Andersen | 2002-08-08 | 1 | -3/+0 |
| | | | | -Erik | ||||
* | Patch from Martin Proulx <mproulx@okiok.com> to support | Eric Andersen | 2002-06-18 | 1 | -0/+80 |
the i960 architecture. |