Age | Commit message (Expand) | Author |
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 |
2001-06-15 | A few build updates | Eric Andersen |
2001-06-15 | Be consistant for all the client code, and use TARGET_CC with --uclibc-use-bu... | Eric Andersen |
2001-05-31 | Removed INSTALL_DIR and replaced it with DEVEL_PREFIX, ROOT_DIR, and | Manuel Novoa III |
2001-05-28 | Make selection of uClibc floating point support in printf, etc. seperate | Manuel Novoa III |
2001-05-16 | Fix up a few little problems | Eric Andersen |
2001-05-12 | Ok, this should finish off my massive ro-organization. The source | Eric Andersen |
2001-05-11 | Rework where libraries get installed to. Now thew will be compiled and | Eric Andersen |
2001-05-10 | Fix up naming of ld.so so every uses the same define. The top level | Eric Andersen |
2001-05-04 | This patch allows powerpc to compile again. It also checks if we | Eric Andersen |
2001-04-27 | More trivial changes. | Eric Andersen |
2001-04-23 | Fix up the main makefile. Autobuild ld.so and install it | Eric Andersen |
2001-04-20 | Change shared lib name. Update install_new target in Makefile. | Manuel Novoa III |
2001-04-06 | Fix include/errno.h to not use kernel header, and instead use bits/errno.h. | Eric Andersen |
2001-03-19 | Move yet more stuff into the uClibc_config.h file | Eric Andersen |
2001-03-19 | Fix up breakage resulting from flipping the sense of some defines. Change from | Eric Andersen |
2001-02-21 | Add an SH port done by Jean-Yves Avenard of Hewlett-Packard - Embedded | Eric Andersen |
2001-02-05 | Update the build system a bit. | Eric Andersen |
2001-01-29 | Allow Config to override OPTIMIZATION flags. | David McCullough |