| Commit message (Expand) | Author | Age | Files | Lines |
* | Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objec... | Peter S. Mazinger | 2005-10-12 | 1 | -4/+4 |
* | Fix up PTDIR bug and clean target for libpthread. | "Steven J. Hill" | 2005-10-08 | 1 | -11/+11 |
* | Fix broken path for PTDIR which needed a '/' at the end to work. Also brought... | "Steven J. Hill" | 2005-10-06 | 1 | -3/+31 |
* | Use PTDIR in libpthread/Makefile too, add new PTNAME being nptl or linuxthrea... | Peter S. Mazinger | 2005-10-04 | 1 | -3/+10 |
* | Clean up pthread include mess. Some of these will be needed to support NPTL, ... | "Steven J. Hill" | 2005-10-04 | 1 | -0/+7 |
* | Remove ar-target and shared targets, at build time now we traverse the tree o... | Peter S. Mazinger | 2005-09-28 | 1 | -4/+0 |
* | clean up -malign- vs -falign- #352 by yvasilev | Mike Frysinger | 2005-09-28 | 1 | -3/+3 |
* | Add __cxa_atexit and __cxa_finalize, thanks to Stephen Warren. This patch bre... | Peter S. Mazinger | 2005-09-26 | 1 | -0/+1 |
* | punt _DL_FINI_CRT_COMPAT option now that 0.9.28 has been released | Mike Frysinger | 2005-09-08 | 1 | -5/+2 |
* | optimize library based upon sparc cpu selection | Mike Frysinger | 2005-08-25 | 1 | -0/+7 |
* | per suggestion by psm, remove the variable DYNAMIC_LINKER | Eric Andersen | 2005-08-13 | 1 | -1/+0 |
* | Removed hardcoded ld-uClibc.so.0 in uClibc. From Peter Mazinger. | Joakim Tjernlund | 2005-08-12 | 1 | -7/+1 |
* | Remove SYSTEM_LDSO option since it no longer works. | Joakim Tjernlund | 2005-08-12 | 1 | -4/+1 |
* | add back in the LDPIEFLAG since -fPIE does not imply -pie | Mike Frysinger | 2005-08-11 | 1 | -1/+17 |
* | Bump version in preparation for the upcoming release | Eric Andersen | 2005-08-10 | 1 | -1/+1 |
* | as pointed out by khem/ngupta, ARM926T should be march armv5 instead of armv4 | Mike Frysinger | 2005-07-29 | 1 | -1/+1 |
* | export PIEFLAG and the noexecstack AS test so that gcc/as arent executed in e... | Mike Frysinger | 2005-07-29 | 1 | -5/+16 |
* | finish cleaning up the PIE flag checks | Mike Frysinger | 2005-07-29 | 1 | -16/+9 |
* | get rid of LDPIEFLAG since PIEFLAG is already used | Mike Frysinger | 2005-07-29 | 1 | -3/+0 |
* | further refine output so the silent mode of make is truly silent | Mike Frysinger | 2005-07-28 | 1 | -0/+11 |
* | add c to default ARFLAGS to get rid of ar: creating blah.a messages | Mike Frysinger | 2005-07-28 | 1 | -1/+1 |
* | Add Peter Mazinger fini/crt compat patch. Select DL_FINI_CRT_COMPAT to | Joakim Tjernlund | 2005-05-28 | 1 | -0/+4 |
* | Add patch at bugs 274. From Peter Manzinger. | Joakim Tjernlund | 2005-05-28 | 1 | -12/+13 |
* | Add TOPDIR prefix in front of config file when getting target architecture. | "Steven J. Hill" | 2005-05-14 | 1 | -1/+1 |
* | Top-level makefile fix for OS agnosticism and set the value of TARGET_ARCH | "Steven J. Hill" | 2005-05-14 | 1 | -1/+1 |
* | ARM1136JF-S support. | Paul Mundt | 2005-05-13 | 1 | -0/+1 |
* | Add sh2a support. | Paul Mundt | 2005-05-02 | 1 | -0/+6 |
* | erm, that #" broke stuff | Mike Frysinger | 2005-03-16 | 1 | -1/+1 |
* | CROSS_COMPILE -> CROSS_COMPILER_PREFIX like busybox | Mike Frysinger | 2005-03-16 | 1 | -1/+1 |
* | add a Kconfig option for setting the $(CROSS) build variable | Mike Frysinger | 2005-03-15 | 1 | -0/+4 |
* | beautify | Mike Frysinger | 2005-01-19 | 1 | -33/+35 |
* | - define RANLIB since a subdir or two uses it | Mike Frysinger | 2005-01-18 | 1 | -1/+7 |
* | Bump version number | Eric Andersen | 2005-01-09 | 1 | -1/+1 |
* | Patch from Peter S. Mazinger: | Eric Andersen | 2004-12-22 | 1 | -2/+6 |
* | Patch from Peter S. Mazinger: | Eric Andersen | 2004-12-22 | 1 | -0/+8 |
* | Patch from Peter S. Mazinger: | Eric Andersen | 2004-12-22 | 1 | -1/+1 |
* | Cleaned up patch from Peter S. Mazinger adding support for | Eric Andersen | 2004-12-22 | 1 | -2/+7 |
* | Patch from Peter S. Mazinger: | Eric Andersen | 2004-12-22 | 1 | -1/+1 |
* | Patch from Peter S. Mazinger to simplify PIE handling | Eric Andersen | 2004-12-22 | 1 | -3/+3 |
* | Patch from Peter S. Mazinger to consistantly use "ASFLAGS" | Eric Andersen | 2004-12-22 | 1 | -0/+2 |
* | Partial commit of a patch from Alexandre Oliva: | Eric Andersen | 2004-12-11 | 1 | -2/+2 |
* | Rip out Peter's unacceptable "fix" and do the sane thing instead; build | Manuel Novoa III | 2004-10-15 | 1 | -52/+0 |
* | hmm, somehow cvs lost this file in the previous commit. | Joakim Tjernlund | 2004-10-14 | 1 | -1/+12 |
* | Peter Mazinger writes: | Joakim Tjernlund | 2004-10-14 | 1 | -0/+52 |
* | This patch from Mike Frysinger, extended from an earlier patch from Peter S. | Eric Andersen | 2004-10-03 | 1 | -1/+0 |
* | Fixes from gentoo. | Manuel Novoa III | 2004-08-26 | 1 | -1/+6 |
* | Oops. | Joakim Tjernlund | 2004-08-09 | 1 | -1/+1 |
* | From: uclibc-bounces@uclibc.org on behalf of Peter Kjellerstedt | Joakim Tjernlund | 2004-08-09 | 1 | -10/+10 |
* | Joakim Tjernlund writes: | Eric Andersen | 2004-08-06 | 1 | -1/+9 |
* | Hide the arm libfloat support for now. No longer needed for gcc 3.4.1 and | Manuel Novoa III | 2004-07-16 | 1 | -1/+5 |