Age | Commit message (Expand) | Author |
2005-10-29 | use & instead of &, tweak style, and add link for Embedded Gentoo | Mike Frysinger |
2005-10-29 | close <a> tags like they should be for valid html | Mike Frysinger |
2005-10-29 | add a charset def and update the doctype | Mike Frysinger |
2005-10-29 | add an entry about gnu malloc compat option | Mike Frysinger |
2005-10-29 | Add -o /dev/null to AS_NEEDED check linker script check, else a.out polution ... | Peter S. Mazinger |
2005-10-29 | Limit IMA compiling to gcc-4, gcc-3.4.4 can't cope w/ some sources | Peter S. Mazinger |
2005-10-29 | cleanup the release target so that it doesnt kill my svn checkout anymore :/ | Mike Frysinger |
2005-10-29 | Add configure option to allow IMA compiling | Peter S. Mazinger |
2005-10-28 | Change Makefiles that are not fully IMA to allow it to be used w/ a DOMULTI c... | Peter S. Mazinger |
2005-10-28 | Kill a warning. Change __wcstofpmax to __wcstofpmax_l where appropiate | Peter S. Mazinger |
2005-10-28 | typo s/notdir/dir/ | Peter S. Mazinger |
2005-10-28 | Correct building locales and backport the changes | Peter S. Mazinger |
2005-10-28 | Oops, missed commiting AS_NEEDED check | Peter S. Mazinger |
2005-10-28 | Remove --exclude CVS from tar | Peter S. Mazinger |
2005-10-28 | Update/add scripts' copyright | Peter S. Mazinger |
2005-10-28 | Backport handling of AS_NEEDED | Peter S. Mazinger |
2005-10-28 | Remove binutils-2.16.1 dependency for SSP, now it works with any binutils, bu... | Peter S. Mazinger |
2005-10-28 | Add newly needed Makefiles that can be linked | Peter S. Mazinger |
2005-10-28 | Use consequently headers-y and headers_clean-y, try avoiding TARGET_ARCH use ... | Peter S. Mazinger |
2005-10-28 | Backport to current build system | Peter S. Mazinger |
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 |