Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-11-13 | quiet the make -C | Mike Frysinger | |
2005-11-08 | Remove copied sources | Peter S. Mazinger | |
2005-11-05 | dont need to run `find -name .svn` since tar already excludes .svn | Mike Frysinger | |
2005-11-02 | include Rules.mak after noconfig_targets, else it does not pull in .config | Peter S. Mazinger | |
2005-11-02 | move more rules out of the if HAVE_DOT_CONFIG statement which dont belong | Mike Frysinger | |
2005-11-01 | Create the lib*_pic.a links only if DOPIC is enabled | Peter S. Mazinger | |
2005-11-01 | Add another Makefile example that will be copied over the root Makefile, ↵ | Peter S. Mazinger | |
adapt script | |||
2005-10-31 | merge headers/clean changes from the config if | Mike Frysinger | |
2005-10-29 | cleanup the release target so that it doesnt kill my svn checkout anymore :/ | Mike Frysinger | |
2005-10-28 | Correct building locales and backport the changes | Peter S. Mazinger | |
2005-10-28 | Remove --exclude CVS from tar | 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-28 | We use svn, do not look for cvs related files in distclean | Peter S. Mazinger | |
2005-10-28 | Renamed arch specific Makefile.in to Makefile.arch, else if TARGET_ARCH does ↵ | Peter S. Mazinger | |
not exist, we reinclude the including Makefile. Moved arch/common fpu_control.h link creation into main Makefile.in. Updated the link creation script to remove all the other Makefiles | |||
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-27 | Correct header cleanup, if threads are disabled, thanks to Jan-Benedict Glaw ↵ | Peter S. Mazinger | |
reporting it. | |||
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. |