summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Hopefully fix the bug Oleg reported in http://uclibc.org/lists/uclibc/2005-Oc...Joakim Tjernlund2005-10-293-8/+11
* Hopefully correct undefined __libc_stack_end issuePeter S. Mazinger2005-10-293-7/+10
* Replace all Makefiles for new build infrastucturePeter S. Mazinger2005-10-2970-3751/+602
* Renamed script to create_makefiles.sh, copy instead of link (to allow cygwin ...Peter S. Mazinger2005-10-292-28/+66
* use & instead of &, tweak style, and add link for Embedded GentooMike Frysinger2005-10-291-13/+8
* close <a> tags like they should be for valid htmlMike Frysinger2005-10-291-5/+5
* add a charset def and update the doctypeMike Frysinger2005-10-291-2/+2
* add an entry about gnu malloc compat optionMike Frysinger2005-10-291-0/+20
* Add -o /dev/null to AS_NEEDED check linker script check, else a.out polution ...Peter S. Mazinger2005-10-291-1/+1
* Limit IMA compiling to gcc-4, gcc-3.4.4 can't cope w/ some sourcesPeter S. Mazinger2005-10-291-3/+3
* cleanup the release target so that it doesnt kill my svn checkout anymore :/Mike Frysinger2005-10-292-40/+18
* Add configure option to allow IMA compilingPeter S. Mazinger2005-10-292-1/+11
* Change Makefiles that are not fully IMA to allow it to be used w/ a DOMULTI c...Peter S. Mazinger2005-10-282-1/+15
* Kill a warning. Change __wcstofpmax to __wcstofpmax_l where appropiatePeter S. Mazinger2005-10-281-20/+8
* typo s/notdir/dir/Peter S. Mazinger2005-10-281-1/+1
* Correct building locales and backport the changesPeter S. Mazinger2005-10-284-9/+6
* Oops, missed commiting AS_NEEDED checkPeter S. Mazinger2005-10-281-0/+9
* Remove --exclude CVS from tarPeter S. Mazinger2005-10-282-2/+2
* Update/add scripts' copyrightPeter S. Mazinger2005-10-2812-39/+48
* Backport handling of AS_NEEDEDPeter S. Mazinger2005-10-282-30/+6
* Remove binutils-2.16.1 dependency for SSP, now it works with any binutils, bu...Peter S. Mazinger2005-10-283-38/+7
* Add newly needed Makefiles that can be linkedPeter S. Mazinger2005-10-282-0/+26
* Use consequently headers-y and headers_clean-y, try avoiding TARGET_ARCH use ...Peter S. Mazinger2005-10-283-11/+9
* Backport to current build systemPeter S. Mazinger2005-10-282-2/+2
* We use svn, do not look for cvs related files in distcleanPeter S. Mazinger2005-10-281-1/+1
* Renamed arch specific Makefile.in to Makefile.arch, else if TARGET_ARCH does ...Peter S. Mazinger2005-10-2823-52/+24
* Remove unused CFLAGS_NOPIC, use ?= some of check_gcc won't rerunPeter S. Mazinger2005-10-281-16/+14
* Enforce DOPIC, if text relocations are not allowedPeter S. Mazinger2005-10-281-0/+1
* Remove HAVE_NO_SHARED where ARCH_HAS_NO_MMU/ARCH_HAS_NO_LDSO are selected alr...Peter S. Mazinger2005-10-289-9/+2
* Missed one occurence of BUILD_UCLIBC_LDSOPeter S. Mazinger2005-10-281-1/+1
* HAVE_SHARED depends on \!ARCH_HAS_NO_LDSO, remove BUILD_UCLIBC_LDSO and repla...Peter S. Mazinger2005-10-284-26/+14
* frv seems to be an exception having no MMU, but using ldsoPeter S. Mazinger2005-10-281-1/+1
* fix building with localeMike Frysinger2005-10-281-1/+1
* ARCH_HAS_NO_MMU implies/selects ARCH_HAS_NO_LDSOPeter S. Mazinger2005-10-2710-11/+2
* Allow using ssp w/ current active Makefiles too. Build crts for non-shared ar...Peter S. Mazinger2005-10-274-3/+31
* Moved guard_setup to dl-osinfo.h (used commonly by ldso and libc). Renamed to...Peter S. Mazinger2005-10-2732-227/+217
* Moved the use of --combine to CFLAGS, we need it for debugging tooPeter S. Mazinger2005-10-271-13/+13
* Hope to catch --combine flag properly on all gcc versionsPeter S. Mazinger2005-10-271-2/+13
* Correct header cleanup, if threads are disabled, thanks to Jan-Benedict Glaw ...Peter S. Mazinger2005-10-272-2/+6
* Remove comment, I corrected the order already.Peter S. Mazinger2005-10-271-2/+0
* Correct w_cabs.c so it can be added to IMA, add -D_POSIX_MODE for compiling s...Peter S. Mazinger2005-10-262-12/+13
* Remove s_ceilf.c and s_floorf.c, ceilf and floorf are provided by the float_w...Peter S. Mazinger2005-10-266-139/+13
* Default changed to IMA compiling, disabled explicitely where currently not po...Peter S. Mazinger2005-10-2613-27/+18
* merge updates from glibcMike Frysinger2005-10-261-29/+35
* Add script to create the minimal subset of symlinksPeter S. Mazinger2005-10-251-0/+24
* Add -fcombine check to allow IMA compiling w/ gcc 4.xPeter S. Mazinger2005-10-251-0/+2
* All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other arch...Peter S. Mazinger2005-10-2580-292/+3476
* Make use of fcntl64 syscall if possiblePeter S. Mazinger2005-10-251-0/+2
* Use local copy of sysdep.hPeter S. Mazinger2005-10-253-3/+3
* Correcrt posix_fadvise* to allow compilingPeter S. Mazinger2005-10-251-3/+3