Age | Commit message (Expand) | Author |
2002-11-08 | Large cleanup patch, based in large part on a patch from | Eric Andersen |
2002-11-07 | Changes for MIPS and new configuration system. | "Steven J. Hill" |
2002-11-07 | Fix target determination for MIPSEL. | "Steven J. Hill" |
2002-11-07 | * Make -DNDEBUG depend on DOASSERTS, not DODEBUG | Miles Bader |
2002-11-05 | Cleanup soft-float support | Eric Andersen |
2002-11-05 | Fixup handling of disabled options | Eric Andersen |
2002-11-05 | Standardize LIBGCC_DIR | Eric Andersen |
2002-11-05 | Export TARGET_ARCH | Eric Andersen |
2002-11-04 | This fixes a broken build for me. | Manuel Novoa III |
2002-11-04 | Fixup so we use soft-float when HAS_FPU is disabled. | Eric Andersen |
2002-11-03 | Yet more config system updating. | Eric Andersen |
2002-11-03 | Use "include_config" not "include-config" | Eric Andersen |
2002-11-01 | Don't assume i386 | Eric Andersen |
2002-10-31 | Make it so arch specific stuff can be simpler. Initial attempt at | Eric Andersen |
2002-10-31 | Don't force gcc 3.2 on the world | Eric Andersen |
2002-10-31 | Ok, this commit is _huge_ and its gonna change the world. I've | Eric Andersen |
2002-10-30 | Use a nifty macro to make testing gcc features simpler | Eric Andersen |
2002-10-18 | This patch, based on a patch from Stefan Allius, lets us pick an | Eric Andersen |
2002-10-01 | Sigh. OpenBSD used /usr/bin/{true|false} | Eric Andersen |
2002-09-16 | * Updated for the CRIS port. | Tobias Anderberg |
2002-08-25 | Update version to 0.9.15 in preparation for making a release | Eric Andersen |
2002-08-16 | Replace all instances of _LIBC_REENTRANT with __UCLIBC_HAS_THREADS__ | Eric Andersen |
2002-08-12 | Update to version 0.9.14 | Eric Andersen |
2002-08-08 | Bump version to 0.9.13 | Eric Andersen |
2002-08-05 | remove BUILDTIME since it is not used | Eric Andersen |
2002-07-25 | Cleanup from Neal Crook fixing some formatting and eliminating | Eric Andersen |
2002-07-03 | For now, have locale support automaticly enable wide char support. | Manuel Novoa III |
2002-07-03 | Enable WCHAR support for C/POSIX stub locales. | Manuel Novoa III |
2002-07-02 | Add a bunch of extra pedantic annoyingly strict checks | Eric Andersen |
2002-06-23 | Rework compiler optimization code to be smarter | Eric Andersen |
2002-06-20 | Some Rules cleanups, better gcc-3.1 support. | Eric Andersen |
2002-05-30 | Cool. An even better way to get the gcc include dir which eliminates | Eric Andersen |
2002-05-28 | Fixup and unifiy version numbering. Automate versioning updates. | Eric Andersen |
2002-05-06 | New locale support (in development). Supports LC_CTYPE, LC_NUMERIC, | Manuel Novoa III |
2002-05-03 | Speed things up by eliminating lots of needless exec calls | Eric Andersen |
2002-04-09 | Bump up version number... | Eric Andersen |
2002-03-21 | Bump up version number | Eric Andersen |
2002-02-20 | Merge in the pthread library. This is the linuxthreads library taken from | Eric Andersen |
2002-02-04 | A few more little cleanups | Eric Andersen |
2002-02-01 | Bump version number to 0.9.9 | Eric Andersen |
2002-01-29 | Force DOPIC be true when HAVE_SHARED is true. Don't define | Eric Andersen |
2002-01-28 | Fix the bug where binaries built with older toolchains would | Eric Andersen |
2002-01-17 | Clean up builds on "sh" to use the right ARCH dirs | David McCullough |
2002-01-11 | More build system cleanups... | Eric Andersen |
2002-01-11 | Scrub the way libraries are linked. Use ld, not gcc, to avoid | Eric Andersen |
2002-01-10 | Allow people to override the TARGET_ARCH setting | Eric Andersen |
2002-01-09 | Fixup v850 architecture autodetection, from Miles Bader | Eric Andersen |
2002-01-09 | Be more carefull about erroring out of shell fragments. Try to | Eric Andersen |
2002-01-02 | Cope with all variants of 'gcc -dumpmachine' output | Eric Andersen |
2002-01-01 | Support arch specific optimizations (examples shown for x86 and ARM). | Eric Andersen |