Waldemar Brodkorb
|
29ff9055c8
use a single libc and deduplicate threading code
|
8 éve |
Waldemar Brodkorb
|
8ae2b54ee7
remove DOMULTI support
|
8 éve |
Alexey Brodkin
|
e58bacb7ec
libs: install backward compatibility symlinks
|
8 éve |
Bernhard Reutner-Fischer
|
4da43e9f2e
buildsys: HAS_UTMP (XPG2, SVr4 compat) knob
|
9 éve |
Bernd Schmidt bernds_cb1@t-online.de
|
f4eebb6146
Add Makefile support for DSBT ELF.
|
13 éve |
Natanael Copa
|
71239593ef
nptl: proper soname handling
|
14 éve |
Bernhard Reutner-Fischer
|
abdbaa897b
prettify make clean
|
14 éve |
Bernhard Reutner-Fischer
|
3b547855d9
libutil: provide knob to disable it
|
15 éve |
Bernhard Reutner-Fischer
|
49d8a0e9c6
support building out-of-tree
|
15 éve |
Bernhard Reutner-Fischer
|
b74c3aa1a9
- less verbose make clean
|
16 éve |
Bernhard Reutner-Fischer
|
63abaebc01
- move stripping into do_ar resp compile-m for the sake of simplicity
|
16 éve |
Bernhard Reutner-Fischer
|
bf765e60dd
- strip the targets and not prerequisites
|
16 éve |
Bernhard Reutner-Fischer
|
4cc4b30426
- adds several config-options to allow for turning off certain features
|
16 éve |
Bernd Schmidt
|
68d02d6473
A slight improvement over my previous commit which ensured we always rebuild
|
16 éve |
Mike Frysinger
|
6bc45b2d57
#1273 if EXTRAVERSION is set, make sure we respect it
|
17 éve |
Mike Frysinger
|
010301e968
tweak the idea between having a MMU and actually using it
|
18 éve |
Peter S. Mazinger
|
a29eb4f241
DOMULTI may be used for libc, the excluded files need work, linuxthreads[_db] as well, don't try on slow box
|
18 éve |
Peter S. Mazinger
|
df31d32b41
Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA is a useless attempt
|
19 éve |
Peter S. Mazinger
|
6a4a2506e0
Add -D_GNU_SOURCE to CFLAGS, else openpty picks the XOPEN variant of fd_set
|
19 éve |
Peter S. Mazinger
|
548f1e2092
Add multi support to libm, remove lib*-multi-y, unneeded
|
19 éve |
Peter S. Mazinger
|
cd84f06dcf
Add target strip command and use it, also disable for now CFLAGS-multi-y, after splitting all MSRC, it won't be needed
|
19 éve |
Peter S. Mazinger
|
625d50e90b
Add IMA build rules
|
19 éve |
Peter S. Mazinger
|
72c0f6a2d6
Depedencies corrected (less make oldconfig/headers), rerunning make remakes only headers
|
19 éve |
Mike Frysinger
|
b20ee706ef
rework depends and stripping so that libraries arent rebuilt all the time in a loop
|
19 éve |
Peter S. Mazinger
|
31ae4299f5
Add info to CFLAGS about lib we are building
|
19 éve |
Peter S. Mazinger
|
0a7b9d5d57
Include all lib*/Makefile.in in top_srcdir/Makefile.in, allows adding foreign objects to a lib
|
19 éve |
Peter S. Mazinger
|
237277e9a8
Moved guard_setup to dl-osinfo.h (used commonly by ldso and libc). Renamed 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.
|
19 éve |
Peter S. Mazinger
|
bddfb866b0
Default changed to IMA compiling, disabled explicitely where currently not possible. Add clean targets for linuxthreads[_db].
|
19 éve |
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 éve |
Peter S. Mazinger
|
5e48b8b628
Add the current implementation to review
|
19 éve |