Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-11-25 | Build libc if in a subdir and we have it as a dependency | Peter S. Mazinger | |
2005-11-24 | Add support for NATIVE_LDFLAGS[-subdir] | Peter S. Mazinger | |
2005-11-23 | Make utils includable into main Makefile.in, add compile.u and hcompile.u, ↵ | Peter S. Mazinger | |
usable in utils and probably tests. vapier, please quite them if you want to | |||
2005-11-23 | patsubst didn't occur for all cases correctly | Peter S. Mazinger | |
2005-11-22 | Add libthread_db and libdl-a objects to objs: | Peter S. Mazinger | |
2005-11-22 | Add .E suffix | Peter S. Mazinger | |
2005-11-22 | Allow building ldso in its own dir | Peter S. Mazinger | |
2005-11-22 | Make objs target work again | Peter S. Mazinger | |
2005-11-22 | Depedencies corrected (less make oldconfig/headers), rerunning make remakes ↵ | Peter S. Mazinger | |
only headers | |||
2005-11-22 | rework depends and stripping so that libraries arent rebuilt all the time in ↵ | Mike Frysinger | |
a loop | |||
2005-11-22 | remove headers_done since it broke buildroot again | Mike Frysinger | |
2005-11-22 | touchup output and move .PHONY to the shared Makerules so all subdirs get it | 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 ↵ | Peter S. Mazinger | |
foreign objects to a lib | |||
2005-11-17 | Add link.so, add support for CFLAGS-$(subdir), where subdir is the last part ↵ | Peter S. Mazinger | |
of dir, or the full path relativ to top_srcdir, remove *CPPFLAGS, not used, remove $< from multi, unusable | |||
2005-11-17 | touchup pretty STRIP output a little | Mike Frysinger | |
2005-11-16 | condense rules to be easier to read | Mike Frysinger | |
2005-11-15 | add rules to handle .s and .E | Mike Frysinger | |
2005-11-04 | make the crt rules prettier too | Mike Frysinger | |
2005-11-04 | initial import of a nicer output display akin to linux-2.6 | Mike Frysinger | |
2005-11-01 | Split up the .o and .os rules, so all the sources are created if DOPIC is ↵ | Peter S. Mazinger | |
disabled. | |||
2005-11-01 | ASFLAGS does not need to include CFLAGS as well, compile.S does it already | Peter S. Mazinger | |
2005-10-28 | Remove binutils-2.16.1 dependency for SSP, now it works with any binutils, ↵ | Peter S. Mazinger | |
but all apps linked against libc.so will get DT_NEEDED for ld.so too | |||
2005-10-28 | Use consequently headers-y and headers_clean-y, try avoiding TARGET_ARCH use ↵ | Peter S. Mazinger | |
in main Makefile.in | |||
2005-10-27 | Allow using ssp w/ current active Makefiles too. Build crts for non-shared ↵ | Peter S. Mazinger | |
archs too. | |||
2005-10-27 | Moved guard_setup to dl-osinfo.h (used commonly by ldso and libc). Renamed ↵ | Peter S. Mazinger | |
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. | |||
2005-10-26 | Default changed to IMA compiling, disabled explicitely where currently not ↵ | Peter S. Mazinger | |
possible. Add clean targets for linuxthreads[_db]. | |||
2005-10-25 | All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other ↵ | Peter S. Mazinger | |
archs lack proper crt1. The Makefiles in extra/scripts are intended to be linked into each dir, where it is necessary to build locally. | |||
2005-10-19 | Add the current implementation to review | Peter S. Mazinger | |
2005-10-18 | Update upcoming new infrastructure files | Peter S. Mazinger | |
2005-10-16 | This file is a temporarily used one, until all the tree is converted to new ↵ | Peter S. Mazinger | |
structure, allowing to build out of source tree, PIC for shared/ non-PIC for static, allowing to add objects from one lib to the other (needed for ld.so/libc.so and probably libpthread.so) | |||
2005-10-14 | Add new rules file for review, better ideas, not used yet | Peter S. Mazinger | |