index
:
uclibc-ng.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libc
/
Makefile.in
Age
Commit message (
Expand
)
Author
2006-03-09
Add common part of linker scripts to a file and make use of it
Peter S. Mazinger
2006-02-15
DOMULTI may be used for libc, the excluded files need work, linuxthreads[_db]...
Peter S. Mazinger
2006-02-13
libc-{a,so,multi}-y replaced by libc-y covering common objects both in libc.a...
Peter S. Mazinger
2006-01-09
Allow to use atexit() and __stack_chk_fail_local() within libc
Peter S. Mazinger
2005-11-25
Build libc if in a subdir and we have it as a dependency
Peter S. Mazinger
2005-11-22
Depedencies corrected (less make oldconfig/headers), rerunning make remakes o...
Peter S. Mazinger
2005-11-22
rework depends and stripping so that libraries arent rebuilt all the time in ...
Mike Frysinger
2005-11-18
make -j2 works here
Peter S. Mazinger
2005-11-17
Include all lib*/Makefile.in in top_srcdir/Makefile.in, allows adding foreign...
Peter S. Mazinger
2005-11-09
use make builtin $(wildcard) rather than $(shell ls)
Mike Frysinger
2005-11-03
Disable DOMULTI for these, because gcc-4.0.2 can't cope with them
Peter S. Mazinger
2005-11-03
Last bits for IMA, now everything can be built w/ DOMULTI=y on gcc-3.4.4 with...
Peter S. Mazinger
2005-10-27
Allow using ssp w/ current active Makefiles too. Build crts for non-shared ar...
Peter S. Mazinger
2005-10-27
Moved guard_setup to dl-osinfo.h (used commonly by ldso and libc). Renamed to...
Peter S. Mazinger
2005-10-25
All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other arch...
Peter S. Mazinger