Age | Commit message (Expand) | Author |
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 objec... | Peter S. Mazinger |
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" |
2005-09-30 | Split out header installation into separate install_headers target and added ... | Peter S. Mazinger |
2005-09-28 | Remove ar-target and shared targets, at build time now we traverse the tree o... | Peter S. Mazinger |
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 bre... | Peter S. Mazinger |
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 |
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 |
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 m... | "Steven J. Hill" |
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 |
2005-08-17 | when installing the include files, skip .svn, linux, and asm dirs since they ... | Mike Frysinger |
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 |
2005-05-15 | Fix up some more NPTL stuff for header file symbolic links. | "Steven J. Hill" |
2005-05-14 | There were two versions of 'pthreadtypes.h' originally in uClibc. Also, | "Steven J. Hill" |
2005-05-14 | In order to accomodate usage of either pthreads implementation, we now | "Steven J. Hill" |
2005-05-14 | Top-level makefile fix for OS agnosticism and set the value of TARGET_ARCH | "Steven J. Hill" |
2005-03-10 | chown syntax 0.0 -> 0:0 | Mike Frysinger |
2005-03-09 | add a check target cause i'm lazy | Mike Frysinger |
2005-02-16 | Since libdl is pretty small, and not likely to benefit from mklibs.py | Eric Andersen |
2005-02-16 | Unlike the other static libs, libdl.a and libdl_pic.a are different. | Manuel Novoa III |
2005-02-08 | Update release target for subversion | Eric Andersen |
2005-02-08 | add notes about header generation | Mike Frysinger |
2005-01-31 | Always use the target CC when generating include/bits/sysnum.h, since some | Eric Andersen |
2005-01-29 | Use HOSTCC for seting up the syscall list | Eric Andersen |
2005-01-24 | Use $(LN) rather than ln. | Peter Kjellerstedt |
2005-01-19 | add a tiny hack so that the headers target isnt rebuilt all the time, only wh... | Mike Frysinger |
2005-01-18 | tweak target dependencies to support parallel builds | Mike Frysinger |