Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-08-17 | always define CONFIG_SHELL | Bernhard Reutner-Fischer | |
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | |||
2009-08-17 | support building out-of-tree | Bernhard Reutner-Fischer | |
Handle O= Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | |||
2008-09-11 | - add some helpful help text, as advertised. | Bernhard Reutner-Fischer | |
2005-11-21 | Remove TOPDIR | Peter S. Mazinger | |
2005-11-02 | include Rules.mak after noconfig_targets, else it does not pull in .config | 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-30 | add a headers target when the config file doesnt exist, and move the clean ↵ | Mike Frysinger | |
targets out of the .config if | |||
2005-10-29 | Replace all Makefiles for new build infrastucture | Peter S. Mazinger | |
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 | Backport handling of AS_NEEDED | Peter S. Mazinger | |
2005-10-28 | Backport to current build system | Peter S. Mazinger | |
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-14 | Do not recurse into ldso if HAVE_SHARED is disabled. | Peter S. Mazinger | |
2005-10-12 | Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all ↵ | Peter S. Mazinger | |
objects at once; use :=//$</$^; use CRT_SRC/CRT_OBJ/SCRT_OBJ/CSRC/COBJ/SSRC/SOBJ/MSRC/MOBJ where no more is needed, if only CSRC is present use OBJS directly instead of COBJ; CTOR_TARGETS are created directly in lib; remove unused/unneeded parts. Hope I haven't broken too much. | |||
2005-10-06 | Remove *.o and *.os running find only once | Peter S. Mazinger | |
2005-10-06 | Oops, that was a bad wildcard. | "Steven J. Hill" | |
2005-10-06 | Need to get both .o and .os files. (.os files are built for NPTL) | "Steven J. Hill" | |
2005-10-04 | Do not recurse into ldso/libc/libpthread on clean | Peter S. Mazinger | |
2005-10-04 | Clean up pthread include mess. Some of these will be needed to support NPTL, ↵ | "Steven J. Hill" | |
but they do no harm for the linuxthreads case. Yes, I tested this. | |||
2005-09-30 | Split out header installation into separate install_headers target and added ↵ | Peter S. Mazinger | |
an additional condition for libc.so linker script creation checking for libc.so.0 in place. | |||
2005-09-28 | Remove ar-target and shared targets, at build time now we traverse the tree ↵ | Peter S. Mazinger | |
only once. Generalize all toplevel makefiles. Make sure, that libdl.so is built against libc.so and not libc.a | |||
2005-09-27 | Check for existing libc.so ld script before trying to modify it | Peter S. Mazinger | |
2005-09-27 | Do not create libc.so linker script if only development headers are installed | Peter S. Mazinger | |
2005-09-27 | Target distclean removes now locales.txt/codesets.txt too. reorder clean target. | Peter S. Mazinger | |
2005-09-27 | Speed up clean target, don't recurse where possible, remove unneeded actions | Peter S. Mazinger | |
2005-09-26 | Revert earlier patch to install_dev and runtime targets. Need a better solution. | Peter S. Mazinger | |
2005-09-26 | remove unneeded ';' and add utils to .PHONY | Peter S. Mazinger | |
2005-09-26 | Add __cxa_atexit and __cxa_finalize, thanks to Stephen Warren. This patch ↵ | Peter S. Mazinger | |
breaks compatibility with existing binaries, unless the new COMPAT_ATEXIT option is enabled. | |||
2005-09-26 | Correct targets install_dev and install_runtime to depend on shared | Peter S. Mazinger | |
2005-09-24 | generate headers after running menuconfig | Mike Frysinger | |
2005-09-23 | New ssp code using syscalls where possible. | Peter S. Mazinger | |
Moved guard_setup to __uClibc_main.c, the only place where it is called. Removed SIGKILL option, not usable with sigaction. | |||
2005-09-23 | Don't remove libc-internal.h on install, else gcc does not build | Peter S. Mazinger | |
2005-09-22 | no check needed in libm/libpthread, we do not recurse anymore if the related ↵ | Peter S. Mazinger | |
option is not set, more Makefile cleanups | |||
2005-09-22 | dont screw around with lib/ if it doesnt exist | Mike Frysinger | |
2005-09-22 | Makefile cleanups | Peter S. Mazinger | |
2005-09-21 | do not recurse into subdirs if related options are not set | Peter S. Mazinger | |
2005-09-21 | utils should be built all the time (iconv), disable building readelf | Peter S. Mazinger | |
2005-09-21 | remove unused headers on install and clean up all thread related ones | Peter S. Mazinger | |
2005-09-21 | correct some typos | Peter S. Mazinger | |
2005-09-21 | 'pthread.h' is not the only file that needs to be symlinked. When NPTL gets ↵ | "Steven J. Hill" | |
merged, you will need to do 'semaphore.h' and 'bits/pthreadtypes.h'. I think I have been a good little boy and keeping my NPTL changes out of mainline, so I'm going to go ahead and cross the line this once to get this change in. | |||
2005-09-21 | dont duplicate pthread.h in include and libpthread subdirs, so symlink it | Mike Frysinger | |
2005-08-17 | dont install linux/asm headers if KERNEL_SOURCE == DEVEL_PREFIX | Mike Frysinger | |
2005-08-17 | We _must_ copy include/asm/ and include/linux/ when installing headers, since | Eric Andersen | |
once we build uClibc against those, they become part of uClibc's ABI and must be included as part of the install. | |||
2005-08-17 | when installing the include files, skip .svn, linux, and asm dirs since they ↵ | Mike Frysinger | |
are just symlinks (and could possibly be pointing to right where we are installing) | |||
2005-08-14 | Add utils in make clean rule. From paravoid. | Joakim Tjernlund | |
2005-07-28 | further refine output so the silent mode of make is truly silent | Mike Frysinger | |
2005-05-20 | Back out nptl changes, which for now will be done in branches/uClibc-nptl | Eric Andersen | |