Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | prettify make clean | Bernhard Reutner-Fischer | 2010-03-25 | 1 | -2/+2 |
| | | | | Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | ||||
* | support building out-of-tree | Bernhard Reutner-Fischer | 2009-08-17 | 1 | -0/+2 |
| | | | | | | Handle O= Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | ||||
* | Go deeper while cleaning string directory to remove | Carmelo Amoroso | 2008-12-04 | 1 | -1/+1 |
| | | | | | | TARGET_SUBARCH implementation too. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | ||||
* | - less verbose make clean | Bernhard Reutner-Fischer | 2008-11-07 | 1 | -4/+4 |
| | |||||
* | Add optimized memcpy implementation for sh4 (from Stuart Menefy ↵ | Carmelo Amoroso | 2008-09-09 | 1 | -3/+28 |
| | | | | | | | | @STMicroelectronics). This implementation is based on 'backward copying'. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | ||||
* | - cannot really guarantee proper order, so play safe and compile the problematic | Bernhard Reutner-Fischer | 2008-05-30 | 1 | -0/+1 |
| | | | | sources separately for now. | ||||
* | wcscoll_l.o does not exist | Peter S. Mazinger | 2006-02-22 | 1 | -1/+1 |
| | |||||
* | exclude 2 more files from multi | Peter S. Mazinger | 2006-02-22 | 1 | -0/+2 |
| | |||||
* | libc-{a,so,multi}-y replaced by libc-y covering common objects both in ↵ | Peter S. Mazinger | 2006-02-13 | 1 | -45/+37 |
| | | | | libc.a/libc.so, the diffs go into libc-static-y/libc-shared-y exclusively, add IMA to libc, don't use any MSRC anymore | ||||
* | unify duplicated code cause i get tired of updating this stuff | Mike Frysinger | 2006-02-03 | 1 | -4/+44 |
| | |||||
* | Complete split of all the string functions. Hope haven't broken too much. ↵ | Peter S. Mazinger | 2006-01-03 | 1 | -80/+37 |
| | | | | wcscoll/strcoll needs some love ... | ||||
* | Split up wstring.c and use attribute_hidden | Peter S. Mazinger | 2005-11-14 | 1 | -14/+32 |
| | |||||
* | Enable multi, because the arch specific versions are non-multi now | Peter S. Mazinger | 2005-11-07 | 1 | -6/+4 |
| | |||||
* | Correct XLOCALE enabled builds pointed out by nitinkg | Peter S. Mazinger | 2005-11-04 | 1 | -10/+10 |
| | |||||
* | Enable IMA on libc/string/generic | Peter S. Mazinger | 2005-11-03 | 1 | -1/+1 |
| | |||||
* | Only because of multi sources I had to touch up these and add code duplication | Peter S. Mazinger | 2005-11-01 | 1 | -4/+16 |
| | |||||
* | Remove last unused references to libc-a-pic-, we use only the lists in ↵ | Peter S. Mazinger | 2005-11-01 | 1 | -1/+0 |
| | | | | libc-a-y for objects that go into static libs, changing their suffix to .os, of they should be PIC | ||||
* | Renamed arch specific Makefile.in to Makefile.arch, else if TARGET_ARCH does ↵ | Peter S. Mazinger | 2005-10-28 | 1 | -1/+1 |
| | | | | 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 | ||||
* | All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other ↵ | Peter S. Mazinger | 2005-10-25 | 1 | -0/+95 |
archs lack proper crt1. The Makefiles in extra/scripts are intended to be linked into each dir, where it is necessary to build locally. |