summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-10-29use & instead of &, tweak style, and add link for Embedded GentooMike Frysinger
2005-10-29close <a> tags like they should be for valid htmlMike Frysinger
2005-10-29add a charset def and update the doctypeMike Frysinger
2005-10-29add an entry about gnu malloc compat optionMike Frysinger
2005-10-29Add -o /dev/null to AS_NEEDED check linker script check, else a.out polution ...Peter S. Mazinger
2005-10-29Limit IMA compiling to gcc-4, gcc-3.4.4 can't cope w/ some sourcesPeter S. Mazinger
2005-10-29cleanup the release target so that it doesnt kill my svn checkout anymore :/Mike Frysinger
2005-10-29Add configure option to allow IMA compilingPeter S. Mazinger
2005-10-28Change Makefiles that are not fully IMA to allow it to be used w/ a DOMULTI c...Peter S. Mazinger
2005-10-28Kill a warning. Change __wcstofpmax to __wcstofpmax_l where appropiatePeter S. Mazinger
2005-10-28typo s/notdir/dir/Peter S. Mazinger
2005-10-28Correct building locales and backport the changesPeter S. Mazinger
2005-10-28Oops, missed commiting AS_NEEDED checkPeter S. Mazinger
2005-10-28Remove --exclude CVS from tarPeter S. Mazinger
2005-10-28Update/add scripts' copyrightPeter S. Mazinger
2005-10-28Backport handling of AS_NEEDEDPeter S. Mazinger
2005-10-28Remove binutils-2.16.1 dependency for SSP, now it works with any binutils, bu...Peter S. Mazinger
2005-10-28Add newly needed Makefiles that can be linkedPeter S. Mazinger
2005-10-28Use consequently headers-y and headers_clean-y, try avoiding TARGET_ARCH use ...Peter S. Mazinger
2005-10-28Backport to current build systemPeter S. Mazinger
2005-10-28We use svn, do not look for cvs related files in distcleanPeter S. Mazinger
2005-10-28Renamed arch specific Makefile.in to Makefile.arch, else if TARGET_ARCH does ...Peter S. Mazinger
2005-10-28Remove unused CFLAGS_NOPIC, use ?= some of check_gcc won't rerunPeter S. Mazinger
2005-10-28Enforce DOPIC, if text relocations are not allowedPeter S. Mazinger
2005-10-28Remove HAVE_NO_SHARED where ARCH_HAS_NO_MMU/ARCH_HAS_NO_LDSO are selected alr...Peter S. Mazinger
2005-10-28Missed one occurence of BUILD_UCLIBC_LDSOPeter S. Mazinger
2005-10-28HAVE_SHARED depends on \!ARCH_HAS_NO_LDSO, remove BUILD_UCLIBC_LDSO and repla...Peter S. Mazinger
2005-10-28frv seems to be an exception having no MMU, but using ldsoPeter S. Mazinger
2005-10-28fix building with localeMike Frysinger
2005-10-27ARCH_HAS_NO_MMU implies/selects ARCH_HAS_NO_LDSOPeter S. Mazinger
2005-10-27Allow using ssp w/ current active Makefiles too. Build crts for non-shared ar...Peter S. Mazinger
2005-10-27Moved guard_setup to dl-osinfo.h (used commonly by ldso and libc). Renamed to...Peter S. Mazinger
2005-10-27Moved the use of --combine to CFLAGS, we need it for debugging tooPeter S. Mazinger
2005-10-27Hope to catch --combine flag properly on all gcc versionsPeter S. Mazinger
2005-10-27Correct header cleanup, if threads are disabled, thanks to Jan-Benedict Glaw ...Peter S. Mazinger
2005-10-27Remove comment, I corrected the order already.Peter S. Mazinger
2005-10-26Correct w_cabs.c so it can be added to IMA, add -D_POSIX_MODE for compiling s...Peter S. Mazinger
2005-10-26Remove s_ceilf.c and s_floorf.c, ceilf and floorf are provided by the float_w...Peter S. Mazinger
2005-10-26Default changed to IMA compiling, disabled explicitely where currently not po...Peter S. Mazinger
2005-10-26merge updates from glibcMike Frysinger
2005-10-25Add script to create the minimal subset of symlinksPeter S. Mazinger
2005-10-25Add -fcombine check to allow IMA compiling w/ gcc 4.xPeter S. Mazinger
2005-10-25All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other arch...Peter S. Mazinger
2005-10-25Make use of fcntl64 syscall if possiblePeter S. Mazinger
2005-10-25Use local copy of sysdep.hPeter S. Mazinger
2005-10-25Correcrt posix_fadvise* to allow compilingPeter S. Mazinger
2005-10-25uncomment posix_fadvise prototype since we implement it nowMike Frysinger
2005-10-21More IMA compilingPeter S. Mazinger
2005-10-21Kill warning if IMA compiledPeter S. Mazinger
2005-10-21Workaround to allow this directory to IMA compile. Someone w/ better understa...Peter S. Mazinger