Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Hopefully fix the bug Oleg reported in ↵ | Joakim Tjernlund | 2005-10-29 | 3 | -8/+11 | |
| | | | | | | http://uclibc.org/lists/uclibc/2005-October/012809.html This will only fix powerpc. Should be easy to fix the other arches. | |||||
* | Hopefully correct undefined __libc_stack_end issue | Peter S. Mazinger | 2005-10-29 | 3 | -7/+10 | |
| | ||||||
* | Replace all Makefiles for new build infrastucture | Peter S. Mazinger | 2005-10-29 | 70 | -3751/+602 | |
| | ||||||
* | Renamed script to create_makefiles.sh, copy instead of link (to allow cygwin ↵ | Peter S. Mazinger | 2005-10-29 | 2 | -28/+66 | |
| | | | | users to build), creates all Makefiles now, should be only used if the master copies are updated | |||||
* | use & instead of &, tweak style, and add link for Embedded Gentoo | Mike Frysinger | 2005-10-29 | 1 | -13/+8 | |
| | ||||||
* | close <a> tags like they should be for valid html | Mike Frysinger | 2005-10-29 | 1 | -5/+5 | |
| | ||||||
* | add a charset def and update the doctype | Mike Frysinger | 2005-10-29 | 1 | -2/+2 | |
| | ||||||
* | add an entry about gnu malloc compat option | Mike Frysinger | 2005-10-29 | 1 | -0/+20 | |
| | ||||||
* | Add -o /dev/null to AS_NEEDED check linker script check, else a.out polution ↵ | Peter S. Mazinger | 2005-10-29 | 1 | -1/+1 | |
| | | | | all over the place | |||||
* | Limit IMA compiling to gcc-4, gcc-3.4.4 can't cope w/ some sources | Peter S. Mazinger | 2005-10-29 | 1 | -3/+3 | |
| | ||||||
* | cleanup the release target so that it doesnt kill my svn checkout anymore :/ | Mike Frysinger | 2005-10-29 | 2 | -40/+18 | |
| | ||||||
* | Add configure option to allow IMA compiling | Peter S. Mazinger | 2005-10-29 | 2 | -1/+11 | |
| | ||||||
* | Change Makefiles that are not fully IMA to allow it to be used w/ a DOMULTI ↵ | Peter S. Mazinger | 2005-10-28 | 2 | -1/+15 | |
| | | | | config option | |||||
* | Kill a warning. Change __wcstofpmax to __wcstofpmax_l where appropiate | Peter S. Mazinger | 2005-10-28 | 1 | -20/+8 | |
| | ||||||
* | 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, ↵ | Peter S. Mazinger | 2005-10-28 | 3 | -38/+7 | |
| | | | | but all apps linked against libc.so will get DT_NEEDED for ld.so too | |||||
* | 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 | |
| | | | | in main Makefile.in | |||||
* | 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 | |
| | | | | not exist, we reinclude the including Makefile. Moved arch/common fpu_control.h link creation into main Makefile.in. Updated the link creation script to remove all the other Makefiles | |||||
* | 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 ↵ | Peter S. Mazinger | 2005-10-28 | 9 | -9/+2 | |
| | | | | already | |||||
* | 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 ↵ | Peter S. Mazinger | 2005-10-28 | 4 | -26/+14 | |
| | | | | replace the dependencies w/ HAVE_SHARED | |||||
* | 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 ↵ | Peter S. Mazinger | 2005-10-27 | 4 | -3/+31 | |
| | | | | archs too. | |||||
* | Moved guard_setup to dl-osinfo.h (used commonly by ldso and libc). Renamed ↵ | Peter S. Mazinger | 2005-10-27 | 32 | -227/+217 | |
| | | | | to _dl_setup_stack_chk_guard, as in glibc. SSP requires now binutils-2.16.1 and newer. Add NOT_IN_libc/IS_IN_libc. Began using -DSHARED in uClibc_main.c, there are more candidates in there. Move back dl_protect_relro to it's earlier place. | |||||
* | 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 | |
| | | | | reporting it. | |||||
* | 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 ↵ | Peter S. Mazinger | 2005-10-26 | 2 | -12/+13 | |
| | | | | s_lib_version.c (only in the new Makefile) | |||||
* | Remove s_ceilf.c and s_floorf.c, ceilf and floorf are provided by the ↵ | Peter S. Mazinger | 2005-10-26 | 6 | -139/+13 | |
| | | | | float_wrapper. I hope that __ceilf and __floorf are not needed anywhere. Use only __finite from s_finite.c, disabled in fpmacros.c. Allow IMA compiling, 2 files: s_lib_version.c and w_cabs.c have to be reworked for complete IMA. | |||||
* | Default changed to IMA compiling, disabled explicitely where currently not ↵ | Peter S. Mazinger | 2005-10-26 | 13 | -27/+18 | |
| | | | | possible. Add clean targets for linuxthreads[_db]. | |||||
* | 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 ↵ | Peter S. Mazinger | 2005-10-25 | 80 | -292/+3476 | |
| | | | | archs lack proper crt1. The Makefiles in extra/scripts are intended to be linked into each dir, where it is necessary to build locally. | |||||
* | 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 | |
| |