Age | Commit message (Expand) | Author |
2005-10-28 | We use svn, do not look for cvs related files in distclean | Peter S. Mazinger |
2005-10-28 | Renamed arch specific Makefile.in to Makefile.arch, else if TARGET_ARCH does ... | Peter S. Mazinger |
2005-10-28 | Remove unused CFLAGS_NOPIC, use ?= some of check_gcc won't rerun | Peter S. Mazinger |
2005-10-28 | Enforce DOPIC, if text relocations are not allowed | Peter S. Mazinger |
2005-10-28 | Remove HAVE_NO_SHARED where ARCH_HAS_NO_MMU/ARCH_HAS_NO_LDSO are selected alr... | Peter S. Mazinger |
2005-10-28 | Missed one occurence of BUILD_UCLIBC_LDSO | Peter S. Mazinger |
2005-10-28 | HAVE_SHARED depends on \!ARCH_HAS_NO_LDSO, remove BUILD_UCLIBC_LDSO and repla... | Peter S. Mazinger |
2005-10-28 | frv seems to be an exception having no MMU, but using ldso | Peter S. Mazinger |
2005-10-28 | fix building with locale | Mike Frysinger |
2005-10-27 | ARCH_HAS_NO_MMU implies/selects ARCH_HAS_NO_LDSO | Peter S. Mazinger |
2005-10-27 | Allow using ssp w/ current active Makefiles too. Build crts for non-shared ar... | Peter S. Mazinger |
2005-10-27 | Moved guard_setup to dl-osinfo.h (used commonly by ldso and libc). Renamed to... | Peter S. Mazinger |
2005-10-27 | Moved the use of --combine to CFLAGS, we need it for debugging too | Peter S. Mazinger |
2005-10-27 | Hope to catch --combine flag properly on all gcc versions | Peter S. Mazinger |
2005-10-27 | Correct header cleanup, if threads are disabled, thanks to Jan-Benedict Glaw ... | Peter S. Mazinger |
2005-10-27 | Remove comment, I corrected the order already. | Peter S. Mazinger |
2005-10-26 | Correct w_cabs.c so it can be added to IMA, add -D_POSIX_MODE for compiling s... | Peter S. Mazinger |
2005-10-26 | Remove s_ceilf.c and s_floorf.c, ceilf and floorf are provided by the float_w... | Peter S. Mazinger |
2005-10-26 | Default changed to IMA compiling, disabled explicitely where currently not po... | Peter S. Mazinger |
2005-10-26 | merge updates from glibc | Mike Frysinger |
2005-10-25 | Add script to create the minimal subset of symlinks | Peter S. Mazinger |
2005-10-25 | Add -fcombine check to allow IMA compiling w/ gcc 4.x | Peter S. Mazinger |
2005-10-25 | All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other arch... | Peter S. Mazinger |
2005-10-25 | Make use of fcntl64 syscall if possible | Peter S. Mazinger |
2005-10-25 | Use local copy of sysdep.h | Peter S. Mazinger |
2005-10-25 | Correcrt posix_fadvise* to allow compiling | Peter S. Mazinger |
2005-10-25 | uncomment posix_fadvise prototype since we implement it now | Mike Frysinger |
2005-10-21 | More IMA compiling | Peter S. Mazinger |
2005-10-21 | Kill warning if IMA compiled | Peter S. Mazinger |
2005-10-21 | Workaround to allow this directory to IMA compile. Someone w/ better understa... | Peter S. Mazinger |
2005-10-21 | Move GETXXKEY_R_FUNC into a separate file to allow IMA compiling | Peter S. Mazinger |
2005-10-21 | Kill warnings if IMA compiling | Peter S. Mazinger |
2005-10-20 | Remove duplicate locking defines for IMA compiling. | Peter S. Mazinger |
2005-10-20 | Better solution to duplicate locking defines | Peter S. Mazinger |
2005-10-20 | Change in_addr_t inet_aton to int, glibc has it as int and uClibc uses it in ... | Peter S. Mazinger |
2005-10-20 | only include libc-tsd.h if we have threads support | Mike Frysinger |
2005-10-19 | linuxthreads_db depends on PTHREADS_DEBUG_SUPPORT | Peter S. Mazinger |
2005-10-19 | headers is prerequisite for subdirs | Peter S. Mazinger |
2005-10-19 | Update license file to Lesser GPL v2.1 | Peter S. Mazinger |
2005-10-19 | Adapted generic file to work properly with linuxthreads | Peter S. Mazinger |
2005-10-19 | Add the linuxthreads Makefiles too | Peter S. Mazinger |
2005-10-19 | Add the current implementation to review | Peter S. Mazinger |
2005-10-19 | 2 more examples that show the handling of different objects in lib*.so and li... | Peter S. Mazinger |
2005-10-19 | Updated libcrypt example Makefile | Peter S. Mazinger |
2005-10-19 | Typo correction, thanks cow. | Peter S. Mazinger |
2005-10-18 | Commit first Makefile.in as example how the new infrastructure is intended to... | Peter S. Mazinger |
2005-10-18 | Update upcoming new infrastructure files | Peter S. Mazinger |
2005-10-17 | Undo -combine addition, check_gcc can't cope with it | Peter S. Mazinger |
2005-10-16 | This file is a temporarily used one, until all the tree is converted to new s... | Peter S. Mazinger |
2005-10-16 | Add -combine to CFLAGS so gcc-4.1 won't build faulty libs if all sources are ... | Peter S. Mazinger |