summaryrefslogtreecommitdiff
path: root/Makerules
AgeCommit message (Collapse)Author
2005-11-01Split up the .o and .os rules, so all the sources are created if DOPIC is ↵Peter S. Mazinger
disabled.
2005-11-01ASFLAGS does not need to include CFLAGS as well, compile.S does it alreadyPeter S. Mazinger
2005-10-28Remove 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-28Use consequently headers-y and headers_clean-y, try avoiding TARGET_ARCH use ↵Peter S. Mazinger
in main Makefile.in
2005-10-27Allow using ssp w/ current active Makefiles too. Build crts for non-shared ↵Peter S. Mazinger
archs too.
2005-10-27Moved 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-26Default changed to IMA compiling, disabled explicitely where currently not ↵Peter S. Mazinger
possible. Add clean targets for linuxthreads[_db].
2005-10-25All 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-19Add the current implementation to reviewPeter S. Mazinger
2005-10-18Update upcoming new infrastructure filesPeter S. Mazinger
2005-10-16This 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-14Add new rules file for review, better ideas, not used yetPeter S. Mazinger