| Commit message (Expand) | Author | Age | Files | Lines |
* | Split out header installation into separate install_headers target and added ... | Peter S. Mazinger | 2005-09-30 | 1 | -8/+10 |
* | Remove ar-target and shared targets, at build time now we traverse the tree o... | Peter S. Mazinger | 2005-09-28 | 1 | -29/+17 |
* | Check for existing libc.so ld script before trying to modify it | Peter S. Mazinger | 2005-09-27 | 1 | -2/+2 |
* | Do not create libc.so linker script if only development headers are installed | Peter S. Mazinger | 2005-09-27 | 1 | -9/+14 |
* | Target distclean removes now locales.txt/codesets.txt too. reorder clean target. | Peter S. Mazinger | 2005-09-27 | 1 | -1/+3 |
* | Speed up clean target, don't recurse where possible, remove unneeded actions | Peter S. Mazinger | 2005-09-27 | 1 | -8/+7 |
* | Revert earlier patch to install_dev and runtime targets. Need a better solution. | Peter S. Mazinger | 2005-09-26 | 1 | -2/+2 |
* | remove unneeded ';' and add utils to .PHONY | Peter S. Mazinger | 2005-09-26 | 1 | -9/+9 |
* | Add __cxa_atexit and __cxa_finalize, thanks to Stephen Warren. This patch bre... | Peter S. Mazinger | 2005-09-26 | 1 | -0/+10 |
* | Correct targets install_dev and install_runtime to depend on shared | Peter S. Mazinger | 2005-09-26 | 1 | -2/+2 |
* | generate headers after running menuconfig | Mike Frysinger | 2005-09-24 | 1 | -0/+1 |
* | New ssp code using syscalls where possible. | Peter S. Mazinger | 2005-09-23 | 1 | -0/+1 |
* | Don't remove libc-internal.h on install, else gcc does not build | Peter S. Mazinger | 2005-09-23 | 1 | -1/+0 |
* | no check needed in libm/libpthread, we do not recurse anymore if the related ... | Peter S. Mazinger | 2005-09-22 | 1 | -5/+1 |
* | dont screw around with lib/ if it doesnt exist | Mike Frysinger | 2005-09-22 | 1 | -1/+3 |
* | Makefile cleanups | Peter S. Mazinger | 2005-09-22 | 1 | -7/+10 |
* | do not recurse into subdirs if related options are not set | Peter S. Mazinger | 2005-09-21 | 1 | -14/+10 |
* | utils should be built all the time (iconv), disable building readelf | Peter S. Mazinger | 2005-09-21 | 1 | -9/+0 |
* | remove unused headers on install and clean up all thread related ones | Peter S. Mazinger | 2005-09-21 | 1 | -0/+12 |
* | correct some typos | Peter S. Mazinger | 2005-09-21 | 1 | -1/+1 |
* | 'pthread.h' is not the only file that needs to be symlinked. When NPTL gets m... | "Steven J. Hill" | 2005-09-21 | 1 | -0/+1 |
* | dont duplicate pthread.h in include and libpthread subdirs, so symlink it | Mike Frysinger | 2005-09-21 | 1 | -0/+1 |
* | dont install linux/asm headers if KERNEL_SOURCE == DEVEL_PREFIX | Mike Frysinger | 2005-08-17 | 1 | -1/+6 |
* | We _must_ copy include/asm/ and include/linux/ when installing headers, since | Eric Andersen | 2005-08-17 | 1 | -2/+1 |
* | when installing the include files, skip .svn, linux, and asm dirs since they ... | Mike Frysinger | 2005-08-17 | 1 | -1/+3 |
* | Add utils in make clean rule. From paravoid. | Joakim Tjernlund | 2005-08-14 | 1 | -0/+1 |
* | further refine output so the silent mode of make is truly silent | Mike Frysinger | 2005-07-28 | 1 | -18/+24 |
* | Back out nptl changes, which for now will be done in branches/uClibc-nptl | Eric Andersen | 2005-05-20 | 1 | -16/+1 |
* | Fix up some more NPTL stuff for header file symbolic links. | "Steven J. Hill" | 2005-05-15 | 1 | -1/+2 |
* | There were two versions of 'pthreadtypes.h' originally in uClibc. Also, | "Steven J. Hill" | 2005-05-14 | 1 | -9/+13 |
* | In order to accomodate usage of either pthreads implementation, we now | "Steven J. Hill" | 2005-05-14 | 1 | -0/+10 |
* | Top-level makefile fix for OS agnosticism and set the value of TARGET_ARCH | "Steven J. Hill" | 2005-05-14 | 1 | -1/+1 |
* | chown syntax 0.0 -> 0:0 | Mike Frysinger | 2005-03-10 | 1 | -1/+1 |
* | add a check target cause i'm lazy | Mike Frysinger | 2005-03-09 | 1 | -1/+3 |
* | Since libdl is pretty small, and not likely to benefit from mklibs.py | Eric Andersen | 2005-02-16 | 1 | -2/+3 |
* | Unlike the other static libs, libdl.a and libdl_pic.a are different. | Manuel Novoa III | 2005-02-16 | 1 | -0/+3 |
* | Update release target for subversion | Eric Andersen | 2005-02-08 | 1 | -2/+2 |
* | add notes about header generation | Mike Frysinger | 2005-02-08 | 1 | -0/+5 |
* | Always use the target CC when generating include/bits/sysnum.h, since some | Eric Andersen | 2005-01-31 | 1 | -2/+1 |
* | Use HOSTCC for seting up the syscall list | Eric Andersen | 2005-01-29 | 1 | -1/+1 |
* | Use $(LN) rather than ln. | Peter Kjellerstedt | 2005-01-24 | 1 | -1/+1 |
* | add a tiny hack so that the headers target isnt rebuilt all the time, only wh... | Mike Frysinger | 2005-01-19 | 1 | -0/+5 |
* | tweak target dependencies to support parallel builds | Mike Frysinger | 2005-01-18 | 1 | -9/+5 |
* | Made it possible to make utils when $(CROSS) or $(CC) contain spaces. | Peter Kjellerstedt | 2005-01-16 | 1 | -2/+2 |
* | Do not use portable (POSIX) 'cp -PRf' but instead use 'cp -dRf' since | Eric Andersen | 2005-01-11 | 1 | -2/+2 |
* | Patch from Paul Mundt (lethal) adding an initial librt implementation. | Eric Andersen | 2005-01-11 | 1 | -1/+2 |
* | Amir Shalem writes: | Mike Frysinger | 2005-01-01 | 1 | -2/+2 |
* | Amir Shalem writes: | Mike Frysinger | 2005-01-01 | 1 | -4/+4 |
* | Remove some accumulated ugly junk | Eric Andersen | 2004-12-11 | 1 | -48/+1 |
* | Kill off all support for 'gcc -pg' / 'gprof' style profiling. There is both a | Eric Andersen | 2004-08-21 | 1 | -0/+6 |