Age | Commit message (Expand) | Author |
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 |
2001-12-22 | Bump version number to 0.98 | Eric Andersen |
2001-12-21 | Miles Bader <miles@lsi.nec.co.jp> noted that I'd broken setting | Eric Andersen |
2001-12-19 | Update my email address. I am no longer andersen@lineo.com | Eric Andersen |
2001-11-26 | Fix TARGET_CFLAGS to include -fPIC when needed. Libs were being | David Schleef |
2001-11-23 | Finish ajusting math lib options. Close out a couple of todo items. | Eric Andersen |
2001-10-02 | Turn off optimization when debugging | Eric Andersen |
2001-08-31 | Preevaluate some stuff so it only gets run once, speeding the compile | Eric Andersen |
2001-08-13 | A few more (final?) cleanups for the installer behavior. I now think | Eric Andersen |
2001-08-13 | Add in TARGET_PREFIX, which was still used in a few spots (and | Eric Andersen |
2001-08-10 | Update the build system, yet again. I hope this is the last time... | Eric Andersen |
2001-08-08 | This syncs things up with my local tree. Mainly changes installer | Eric Andersen |
2001-07-17 | Better rule for locating dynamic linker | David Schleef |
2001-07-17 | Elimintate spurious trailing / | Eric Andersen |
2001-07-12 | This commit merges David Schleef's updates to the build system, which a | Eric Andersen |
2001-07-03 | Oops. | Eric Andersen |
2001-07-03 | Allow the shared lib loader to fallback on the builddir if everything | Eric Andersen |
2001-06-23 | Make PIC a config option | Eric Andersen |
2001-06-23 | This adds in support for PIC on x86. Unfortunately, this will break | Eric Andersen |
2001-06-18 | This commit finishes adding support for the old m68k-coff toolchains by | Eric Andersen |