summaryrefslogtreecommitdiffstats
path: root/libc/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* Allow to use atexit() and __stack_chk_fail_local() within libcPeter S. Mazinger2006-01-091-1/+1
|
* Build libc if in a subdir and we have it as a dependencyPeter S. Mazinger2005-11-251-1/+1
|
* Depedencies corrected (less make oldconfig/headers), rerunning make remakes ↵Peter S. Mazinger2005-11-221-16/+14
| | | | only headers
* rework depends and stripping so that libraries arent rebuilt all the time in ↵Mike Frysinger2005-11-221-4/+10
| | | | a loop
* make -j2 works herePeter S. Mazinger2005-11-181-1/+1
|
* Include all lib*/Makefile.in in top_srcdir/Makefile.in, allows adding ↵Peter S. Mazinger2005-11-171-17/+46
| | | | foreign objects to a lib
* use make builtin $(wildcard) rather than $(shell ls)Mike Frysinger2005-11-091-2/+4
|
* Disable DOMULTI for these, because gcc-4.0.2 can't cope with themPeter S. Mazinger2005-11-031-0/+2
|
* Last bits for IMA, now everything can be built w/ DOMULTI=y on gcc-3.4.4 ↵Peter S. Mazinger2005-11-031-2/+0
| | | | 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.
* Allow using ssp w/ current active Makefiles too. Build crts for non-shared ↵Peter S. Mazinger2005-10-271-1/+1
| | | | archs too.
* Moved guard_setup to dl-osinfo.h (used commonly by ldso and libc). Renamed ↵Peter S. Mazinger2005-10-271-13/+1
| | | | 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.
* All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other ↵Peter S. Mazinger2005-10-251-0/+57
archs lack proper crt1. The Makefiles in extra/scripts are intended to be linked into each dir, where it is necessary to build locally.