Austin Foxley
|
aae3eb9256
Merge commit 'origin/master' into nptl
|
14 년 전 |
Bernhard Reutner-Fischer
|
abdbaa897b
prettify make clean
|
14 년 전 |
Austin Foxley
|
5c9ef58ec4
sh: Add new optimisation to the SH4 memcpy
|
15 년 전 |
Bernhard Reutner-Fischer
|
49d8a0e9c6
support building out-of-tree
|
15 년 전 |
Carmelo Amoroso
|
f43ca4b0ca
Go deeper while cleaning string directory to remove
|
16 년 전 |
Bernhard Reutner-Fischer
|
b74c3aa1a9
- less verbose make clean
|
16 년 전 |
Carmelo Amoroso
|
e4f55f33f6
Add optimized memcpy implementation for sh4 (from Stuart Menefy @STMicroelectronics).
|
16 년 전 |
Bernhard Reutner-Fischer
|
73372af094
- cannot really guarantee proper order, so play safe and compile the problematic
|
16 년 전 |
Peter S. Mazinger
|
88f5ee46c1
wcscoll_l.o does not exist
|
18 년 전 |
Peter S. Mazinger
|
7008806c9a
exclude 2 more files from multi
|
18 년 전 |
Peter S. Mazinger
|
4390d8e705
libc-{a,so,multi}-y replaced by libc-y covering common objects both in 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
|
19 년 전 |
Mike Frysinger
|
7285da14ed
unify duplicated code cause i get tired of updating this stuff
|
19 년 전 |
Peter S. Mazinger
|
167d5e33fc
Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ...
|
19 년 전 |
Peter S. Mazinger
|
76cad786c8
Split up wstring.c and use attribute_hidden
|
19 년 전 |
Peter S. Mazinger
|
a607375000
Enable multi, because the arch specific versions are non-multi now
|
19 년 전 |
Peter S. Mazinger
|
4373aca472
Correct XLOCALE enabled builds pointed out by nitinkg
|
19 년 전 |
Peter S. Mazinger
|
3c33b8a7c9
Enable IMA on libc/string/generic
|
19 년 전 |
Peter S. Mazinger
|
e077860853
Only because of multi sources I had to touch up these and add code duplication
|
19 년 전 |
Peter S. Mazinger
|
de5359a570
Remove last unused references to libc-a-pic-, we use only the lists in libc-a-y for objects that go into static libs, changing their suffix to .os, of they should be PIC
|
19 년 전 |
Peter S. Mazinger
|
358043ffb9
Renamed arch specific Makefile.in to Makefile.arch, else if TARGET_ARCH does 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
|
19 년 전 |
Peter S. Mazinger
|
a80fc77b65
All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other archs lack proper crt1. The Makefiles in extra/scripts are intended to be linked into each dir, where it is necessary to build locally.
|
19 년 전 |