Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
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" | |
since we are going to support the two implementations of pthreads, we again need to instead create symbolic links to use the proper version of the file depending on the pthreads option chosen. | |||
2005-05-14 | In order to accomodate usage of either pthreads implementation, we now | "Steven J. Hill" | |
have to create symbolic links for 'semaphore.h' and 'pthread.h' which will point to the proper pthreads directory. When we finish getting NPTL working with uClibc, perhaps we can merge them, but a first glance at the differences between the two does not make that very likely. | |||
2005-05-14 | Top-level makefile fix for OS agnosticism and set the value of TARGET_ARCH | "Steven J. Hill" | |
using grep because the '.config' will not get included if we are doing a 'clean' or other targets. This was preventing the proper cleaning up target architecture include files. | |||
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 | |
and similar, lets just remove libdl_pic.a and avoid the issue | |||
2005-02-16 | Unlike the other static libs, libdl.a and libdl_pic.a are different. | Manuel Novoa III | |
So we need to copy the actual libdl_pic.a or bad things happen when optimizing libdl.so with mklibs.py. | |||
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 | |
arches like mips have an include/asm/unistd.h that depends on #defines provided only by gcc. Therefore, since we may need to generate include/bits/sysnum.h before the target CC is actually existant when bootstrapping a toolchain, we must ensure that include/bits/sysnum.h is rebuilt every time we run make. Sigh. What a pain. -Erik | |||
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 ↵ | Mike Frysinger | |
when it should be | |||
2005-01-18 | tweak target dependencies to support parallel builds | Mike Frysinger | |
2005-01-16 | Made it possible to make utils when $(CROSS) or $(CC) contain spaces. | Peter Kjellerstedt | |
2005-01-11 | Do not use portable (POSIX) 'cp -PRf' but instead use 'cp -dRf' since | Eric Andersen | |
busybox does not yet support 'cp -P' | |||
2005-01-11 | Patch from Paul Mundt (lethal) adding an initial librt implementation. | Eric Andersen | |
I then reworked the syscall handling and made minor cleanups. With luck I've not completely broken his patch... | |||
2005-01-01 | Amir Shalem writes: | Mike Frysinger | |
here are few patches for better compatability in ./Makefile: cp.diff - use portable (POSIX) way to specfic --no-dereference (-d) | |||
2005-01-01 | Amir Shalem writes: | Mike Frysinger | |
here are few patches for better compatability in ./Makefile: make.diff - make should never called directly, change it to $(MAKE) | |||
2004-12-11 | Remove some accumulated ugly junk | Eric Andersen | |
2004-08-21 | Kill off all support for 'gcc -pg' / 'gprof' style profiling. There is both a | Eric Andersen | |
size and performance penalty to profiling applications this way, as well as Heisenberg effects, where the act of measuring changes what is measured. There are better tools for doing profiling, such as OProfile, that do not require gcc to instrument the application code. -Erik | |||
2004-08-10 | At solar's request... | Manuel Novoa III | |
2004-03-18 | Alexandre Oliva writes: | Eric Andersen | |
This patch arranges for the .so files in say /usr/lib to be soft links to ../../lib, instead of to /some/arbitrary/pathname/lib. This enables seamless relocation of a toolchain containing the development and run time trees in a sys-root. | |||
2004-02-12 | Add our own copies of the include/scsi header files, per what glibc | Eric Andersen | |
does, rather than depending on the kernel header files. -Erik | |||
2004-01-16 | s/UCLIBC_HAS_MMU/ARCH_HAS_MMU/g | Eric Andersen | |
2004-01-13 | Fixup dated comments | Eric Andersen | |
2004-01-03 | Be sure to fully clean 2.6 kernel headers on 'make clean' | Eric Andersen | |
2003-12-04 | Don't download the local data if we have it already. | Manuel Novoa III | |