Peter S. Mazinger
|
ba31c6c463
Remove TOPDIR
|
19 年之前 |
Peter S. Mazinger
|
e6aa37afc9
Replace all Makefiles for new build infrastucture
|
19 年之前 |
Peter S. Mazinger
|
3a7ac9c7a7
Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objects at once; use :=//$</$^; use CRT_SRC/CRT_OBJ/SCRT_OBJ/CSRC/COBJ/SSRC/SOBJ/MSRC/MOBJ where no more is needed, if only CSRC is present use OBJS directly instead of COBJ; CTOR_TARGETS are created directly in lib; remove unused/unneeded parts. Hope I haven't broken too much.
|
19 年之前 |
Peter S. Mazinger
|
50143b1b6f
Allow building uClibc w/ make-3.79.1 if SSP is disabled
|
19 年之前 |
"Steven J. Hill"
|
8c7ac6fc36
Clean up pthread include mess. Some of these will be needed to support NPTL, but they do no harm for the linuxthreads case. Yes, I tested this.
|
19 年之前 |
Peter S. Mazinger
|
fae2e21c20
Do not build __uClibc_main.o with ssp enabled
|
19 年之前 |
Eric Andersen
|
78b9403339
per suggestion by psm, remove the variable DYNAMIC_LINKER
|
19 年之前 |
Joakim Tjernlund
|
8a8af03dce
Add __libc_stack_end to libc.
|
19 年之前 |
Mike Frysinger
|
130697527b
merge parallel build support
|
20 年之前 |
Eric Andersen
|
dd3fb0f8c1
Peter Kjellerstedt writes:
|
21 年之前 |
Eric Andersen
|
54ebe998d5
Fixup handling of the .note.ABI-tag section so that it is ARM only,
|
22 年之前 |
Eric Andersen
|
6737908f74
Ok, this commit is _huge_ and its gonna change the world. I've
|
22 年之前 |
Eric Andersen
|
b3f7002fd8
Fixup depends
|
22 年之前 |
Eric Andersen
|
87f912c03f
Doh. Add a missing #include to interp.c. I wonder why it used to
|
22 年之前 |
Eric Andersen
|
0d86dfc46f
Add a .note section to make gdb happy
|
22 年之前 |
Eric Andersen
|
83a5601c6c
Patch from Martin Proulx to not do ELFish things when not ELF.
|
22 年之前 |
Manuel Novoa III
|
03e039820d
Swap in the new stdio code.
|
22 年之前 |
Eric Andersen
|
033c0d7edc
Proper support for setting h_errno
|
23 年之前 |
Eric Andersen
|
e356ea321c
Merge in the pthread library. This is the linuxthreads library taken from
|
23 年之前 |
Eric Andersen
|
c35cde1edb
Make shared libs properly list the correct ld.so in the interp
|
23 年之前 |
Eric Andersen
|
5a65349824
Update my email address. I am no longer andersen@lineo.com
|
23 年之前 |
Manuel Novoa III
|
eba708a62b
Make selection of uClibc floating point support in printf, etc. seperate
|
23 年之前 |
Eric Andersen
|
f0da4aa1d8
Ok, this should finish off my massive ro-organization. The source
|
23 年之前 |
Eric Andersen
|
0fe8d5df2c
Update temp file handling and use a single function to do all
|
23 年之前 |
Manuel Novoa III
|
dfe2d42547
Create __uClibc_main to handle what can be done in C instead of each arch's
|
24 年之前 |
Manuel Novoa III
|
cc07f2350d
Clean up atexit.c; make sure sysconf and atexit agree; link in ref'd libgcc.a
|
24 年之前 |
Eric Andersen
|
ae97a89e1a
A large update from Manuel Novoa III <mnovoa3@bellsouth.net>.
|
24 年之前 |
Eric Andersen
|
39d74aae95
Patch from James Graves <jgraves@deltamobile.com> to get
|
24 年之前 |
Eric Andersen
|
c6218dbae5
A number of updates from Manuel Novoa III. Things look good...
|
24 年之前 |
Eric Andersen
|
91102e0dec
Fix doc blunder.
|
24 年之前 |