Bernhard Reutner-Fischer
|
b74c3aa1a9
- less verbose make clean
|
16 tahun lalu |
Bernhard Reutner-Fischer
|
4e885757e8
- add/use variables to make build-tools configurable
|
16 tahun lalu |
Bernhard Reutner-Fischer
|
63abaebc01
- move stripping into do_ar resp compile-m for the sake of simplicity
|
16 tahun lalu |
Bernhard Reutner-Fischer
|
bf765e60dd
- strip the targets and not prerequisites
|
16 tahun lalu |
Bernd Schmidt
|
68d02d6473
A slight improvement over my previous commit which ensured we always rebuild
|
16 tahun lalu |
Bernd Schmidt
|
778c71e5a9
Fix a dependency to mention libc.so, not libc.so.0, as we only have a rule to
|
16 tahun lalu |
Chris Zankel
|
07fe29fb13
Omit adding 'OUTPUT_FORMAT' to the libc.so linker script if the architecture
|
16 tahun lalu |
Bernhard Reutner-Fischer
|
01cf29f93b
- fix linking.
|
17 tahun lalu |
Bernd Schmidt
|
23656d08e2
A patch from our Blackfin repository, originally from Jie Zhang. This fixes
|
17 tahun lalu |
Bernd Schmidt
|
e682ab4139
Some shared flat improvements.
|
17 tahun lalu |
Bernhard Reutner-Fischer
|
51ce75b5b0
- use the compiler-driver instead of the linker
|
17 tahun lalu |
Mike Frysinger
|
0e51d28d06
drop LDFLAGS from OUTPUT_FORMAT until LD/LDFLAGS can be fixed in general
|
17 tahun lalu |
Mike Frysinger
|
86fffacc26
setup OUTPUT_FORMAT() in linker script (helps with multilib)
|
17 tahun lalu |
Mike Frysinger
|
6bc45b2d57
#1273 if EXTRAVERSION is set, make sure we respect it
|
17 tahun lalu |
Mike Frysinger
|
808694e8a3
Richard Sandiford writes: add support for init/fini arrays in shared flat libraries
|
18 tahun lalu |
Eric Andersen
|
73c811263c
fixup my copyright notice, trim stale remnants of older notices which
|
18 tahun lalu |
Peter S. Mazinger
|
0defd6e9a9
Add common part of linker scripts to a file and make use of it
|
18 tahun lalu |
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 tahun lalu |
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
|
18 tahun lalu |
Peter S. Mazinger
|
5f36b07006
Allow to use atexit() and __stack_chk_fail_local() within libc
|
19 tahun lalu |
Peter S. Mazinger
|
cf5e4b82c1
Build libc if in a subdir and we have it as a dependency
|
19 tahun lalu |
Peter S. Mazinger
|
72c0f6a2d6
Depedencies corrected (less make oldconfig/headers), rerunning make remakes only headers
|
19 tahun lalu |
Mike Frysinger
|
b20ee706ef
rework depends and stripping so that libraries arent rebuilt all the time in a loop
|
19 tahun lalu |
Peter S. Mazinger
|
235373b727
make -j2 works here
|
19 tahun lalu |
Peter S. Mazinger
|
0a7b9d5d57
Include all lib*/Makefile.in in top_srcdir/Makefile.in, allows adding foreign objects to a lib
|
19 tahun lalu |
Mike Frysinger
|
748d47d24b
use make builtin $(wildcard) rather than $(shell ls)
|
19 tahun lalu |
Peter S. Mazinger
|
40980904dd
Disable DOMULTI for these, because gcc-4.0.2 can't cope with them
|
19 tahun lalu |
Peter S. Mazinger
|
ec2261ba97
Last bits for IMA, now everything can be built w/ DOMULTI=y on gcc-3.4.4 with my config (no locale, the rest enabled). Not tested if libc is complete and usable. All the files listed in *_NO_MULTI need love, best would be to replace all multisources w/ single sources.
|
19 tahun lalu |
Peter S. Mazinger
|
536ecd7044
Allow using ssp w/ current active Makefiles too. Build crts for non-shared archs too.
|
19 tahun lalu |
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 tahun lalu |