| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | typo s/notdir/dir/ | Peter S. Mazinger | 2005-10-28 | 1 | -1/+1 |
* | Correct building locales and backport the changes | Peter S. Mazinger | 2005-10-28 | 4 | -9/+6 |
* | Oops, missed commiting AS_NEEDED check | Peter S. Mazinger | 2005-10-28 | 1 | -0/+9 |
* | Remove --exclude CVS from tar | Peter S. Mazinger | 2005-10-28 | 2 | -2/+2 |
* | Update/add scripts' copyright | Peter S. Mazinger | 2005-10-28 | 12 | -39/+48 |
* | Backport handling of AS_NEEDED | Peter S. Mazinger | 2005-10-28 | 2 | -30/+6 |
* | Remove binutils-2.16.1 dependency for SSP, now it works with any binutils, bu... | Peter S. Mazinger | 2005-10-28 | 3 | -38/+7 |
* | Add newly needed Makefiles that can be linked | Peter S. Mazinger | 2005-10-28 | 2 | -0/+26 |
* | Use consequently headers-y and headers_clean-y, try avoiding TARGET_ARCH use ... | Peter S. Mazinger | 2005-10-28 | 3 | -11/+9 |
* | Backport to current build system | Peter S. Mazinger | 2005-10-28 | 2 | -2/+2 |
* | We use svn, do not look for cvs related files in distclean | Peter S. Mazinger | 2005-10-28 | 1 | -1/+1 |
* | Renamed arch specific Makefile.in to Makefile.arch, else if TARGET_ARCH does ... | Peter S. Mazinger | 2005-10-28 | 23 | -52/+24 |
* | Remove unused CFLAGS_NOPIC, use ?= some of check_gcc won't rerun | Peter S. Mazinger | 2005-10-28 | 1 | -16/+14 |
* | Enforce DOPIC, if text relocations are not allowed | Peter S. Mazinger | 2005-10-28 | 1 | -0/+1 |
* | Remove HAVE_NO_SHARED where ARCH_HAS_NO_MMU/ARCH_HAS_NO_LDSO are selected alr... | Peter S. Mazinger | 2005-10-28 | 9 | -9/+2 |
* | Missed one occurence of BUILD_UCLIBC_LDSO | Peter S. Mazinger | 2005-10-28 | 1 | -1/+1 |
* | HAVE_SHARED depends on \!ARCH_HAS_NO_LDSO, remove BUILD_UCLIBC_LDSO and repla... | Peter S. Mazinger | 2005-10-28 | 4 | -26/+14 |
* | frv seems to be an exception having no MMU, but using ldso | Peter S. Mazinger | 2005-10-28 | 1 | -1/+1 |
* | fix building with locale | Mike Frysinger | 2005-10-28 | 1 | -1/+1 |
* | ARCH_HAS_NO_MMU implies/selects ARCH_HAS_NO_LDSO | Peter S. Mazinger | 2005-10-27 | 10 | -11/+2 |
* | Allow using ssp w/ current active Makefiles too. Build crts for non-shared ar... | Peter S. Mazinger | 2005-10-27 | 4 | -3/+31 |
* | Moved guard_setup to dl-osinfo.h (used commonly by ldso and libc). Renamed to... | Peter S. Mazinger | 2005-10-27 | 32 | -227/+217 |
* | Moved the use of --combine to CFLAGS, we need it for debugging too | Peter S. Mazinger | 2005-10-27 | 1 | -13/+13 |
* | Hope to catch --combine flag properly on all gcc versions | Peter S. Mazinger | 2005-10-27 | 1 | -2/+13 |
* | Correct header cleanup, if threads are disabled, thanks to Jan-Benedict Glaw ... | Peter S. Mazinger | 2005-10-27 | 2 | -2/+6 |
* | Remove comment, I corrected the order already. | Peter S. Mazinger | 2005-10-27 | 1 | -2/+0 |
* | Correct w_cabs.c so it can be added to IMA, add -D_POSIX_MODE for compiling s... | Peter S. Mazinger | 2005-10-26 | 2 | -12/+13 |
* | Remove s_ceilf.c and s_floorf.c, ceilf and floorf are provided by the float_w... | Peter S. Mazinger | 2005-10-26 | 6 | -139/+13 |
* | Default changed to IMA compiling, disabled explicitely where currently not po... | Peter S. Mazinger | 2005-10-26 | 13 | -27/+18 |
* | merge updates from glibc | Mike Frysinger | 2005-10-26 | 1 | -29/+35 |
* | Add script to create the minimal subset of symlinks | Peter S. Mazinger | 2005-10-25 | 1 | -0/+24 |
* | Add -fcombine check to allow IMA compiling w/ gcc 4.x | Peter S. Mazinger | 2005-10-25 | 1 | -0/+2 |
* | All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other arch... | Peter S. Mazinger | 2005-10-25 | 80 | -292/+3476 |
* | Make use of fcntl64 syscall if possible | Peter S. Mazinger | 2005-10-25 | 1 | -0/+2 |
* | Use local copy of sysdep.h | Peter S. Mazinger | 2005-10-25 | 3 | -3/+3 |
* | Correcrt posix_fadvise* to allow compiling | Peter S. Mazinger | 2005-10-25 | 1 | -3/+3 |
* | uncomment posix_fadvise prototype since we implement it now | Mike Frysinger | 2005-10-25 | 1 | -5/+6 |
* | More IMA compiling | Peter S. Mazinger | 2005-10-21 | 1 | -4/+4 |
* | Kill warning if IMA compiled | Peter S. Mazinger | 2005-10-21 | 1 | -0/+2 |
* | Workaround to allow this directory to IMA compile. Someone w/ better understa... | Peter S. Mazinger | 2005-10-21 | 1 | -3/+3 |
* | Move GETXXKEY_R_FUNC into a separate file to allow IMA compiling | Peter S. Mazinger | 2005-10-21 | 2 | -58/+120 |
* | Kill warnings if IMA compiling | Peter S. Mazinger | 2005-10-21 | 1 | -0/+4 |
* | Remove duplicate locking defines for IMA compiling. | Peter S. Mazinger | 2005-10-20 | 1 | -21/+6 |
* | Better solution to duplicate locking defines | Peter S. Mazinger | 2005-10-20 | 1 | -21/+15 |
* | Change in_addr_t inet_aton to int, glibc has it as int and uClibc uses it in ... | Peter S. Mazinger | 2005-10-20 | 2 | -12/+12 |
* | only include libc-tsd.h if we have threads support | Mike Frysinger | 2005-10-20 | 1 | -1/+2 |
* | linuxthreads_db depends on PTHREADS_DEBUG_SUPPORT | Peter S. Mazinger | 2005-10-19 | 1 | -2/+2 |
* | headers is prerequisite for subdirs | Peter S. Mazinger | 2005-10-19 | 1 | -1/+1 |
* | Update license file to Lesser GPL v2.1 | Peter S. Mazinger | 2005-10-19 | 1 | -94/+117 |
* | Adapted generic file to work properly with linuxthreads | Peter S. Mazinger | 2005-10-19 | 1 | -2/+2 |