Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Hopefully fix the earlier broken if [ -n $(HEADERS_BITS_SUBARCH) ] | Joakim Tjernlund | 2007-02-14 | 1 | -3/+5 | |
| | | | | test by adding quotes. From Steve Papacharalambous. | |||||
* | add silentoldconfig target | Mike Frysinger | 2007-02-13 | 1 | -1/+4 | |
| | ||||||
* | Do not produce spurious "/bin/sh: [: too many arguments" if | Peter Kjellerstedt | 2007-02-13 | 1 | -5/+3 | |
| | | | | $(HEADERS_BITS_SUBARCH) is empty (which it most likely is). | |||||
* | Rehash the PowerPC e500 port to avoid creating symlinks | Joakim Tjernlund | 2007-02-12 | 1 | -2/+8 | |
| | | | | | | | in the powerpc arch code and make more code common with classic PowerPC. From Steve Papacharalambous Lets hope I didn't break something. | |||||
* | Add support for PowerPC e500, libc part only. | Joakim Tjernlund | 2007-02-04 | 1 | -1/+1 | |
| | | | | | Math support to be done. From Steve Papacharalambous, stevep@freescale.com | |||||
* | use sane line breaks | Eric Andersen | 2007-02-02 | 1 | -1/+2 | |
| | ||||||
* | replace bits/syscalls.h with a comment ... an empty file makes people think ↵ | Mike Frysinger | 2007-02-02 | 1 | -2/+1 | |
| | | | | this is a bug rather than by design | |||||
* | drive home the point people should not be using _syscall#() macros | Mike Frysinger | 2007-02-01 | 1 | -0/+2 | |
| | ||||||
* | use .bz2 rather than .gz | Mike Frysinger | 2007-01-28 | 1 | -3/+3 | |
| | ||||||
* | dont actually have to worry about local changes as svn export takes care of that | Mike Frysinger | 2007-01-26 | 1 | -1/+0 | |
| | ||||||
* | since we dont symlink the headers, theres nothing to filter | Mike Frysinger | 2006-12-12 | 1 | -3/+0 | |
| | ||||||
* | we just want the kernel headers, not the whole kernel source ... so people ↵ | Mike Frysinger | 2006-12-12 | 1 | -2/+2 | |
| | | | | may need to update their paths slightly | |||||
* | kill off the need for fix_includes.sh by utilizing KERNEL_SOURCE directly | Mike Frysinger | 2006-12-11 | 1 | -5/+1 | |
| | ||||||
* | create new menu so people can select what format they wish to build uClibc | Mike Frysinger | 2006-12-11 | 1 | -1/+1 | |
| | ||||||
* | Richard Sandiford writes: add support for init/fini arrays in shared flat ↵ | Mike Frysinger | 2006-12-08 | 1 | -0/+9 | |
| | | | | libraries | |||||
* | mips64 patch from Atsushi Nemoto: | Eric Andersen | 2006-11-04 | 1 | -1/+1 | |
| | | | | | | Add selection of 3 ABI. CPU_CFLAGS is needed to generate correct sysnum.h. Fix test/Rules.mak. | |||||
* | fix from psm: add UCLIBC_ prefix to HAS_SHADOW option | Mike Frysinger | 2006-08-23 | 1 | -1/+1 | |
| | ||||||
* | A little whitespace clean up. | Peter Kjellerstedt | 2006-06-08 | 1 | -12/+12 | |
| | ||||||
* | Use tar rather than cp to copy all files matching *.so.* from the lib | Peter Kjellerstedt | 2006-06-08 | 1 | -1/+1 | |
| | | | | | directory to $(PREFIX)$(RUNTIME_PREFIX)lib. The reason for this is that cp -P means wildly different things depending on the version of cp. | |||||
* | use cp -P instead of cp -d as pointed out by David DeHaven | Mike Frysinger | 2006-05-16 | 1 | -1/+1 | |
| | ||||||
* | Create libpthread_nonshared.a | Peter S. Mazinger | 2006-03-09 | 1 | -0/+10 | |
| | ||||||
* | Remove files not used on target | Peter S. Mazinger | 2006-02-28 | 1 | -0/+2 | |
| | ||||||
* | Add Rich Felker's getopt_long to be used in conjunction w/ the SuSv3 getopt | Peter S. Mazinger | 2006-02-27 | 1 | -0/+2 | |
| | ||||||
* | Move _lfs_64.h to include and adapt files | Peter S. Mazinger | 2006-02-26 | 1 | -0/+1 | |
| | ||||||
* | use a tempfile while generating sysnum.h | Mike Frysinger | 2006-02-18 | 1 | -4/+6 | |
| | ||||||
* | touchup header handling in other config targets | Mike Frysinger | 2006-02-18 | 1 | -20/+8 | |
| | ||||||
* | tweak the idea between having a MMU and actually using it | Mike Frysinger | 2006-02-18 | 1 | -1/+1 | |
| | ||||||
* | touchup headers target somemore so building in subdirs works nicely again | Mike Frysinger | 2006-02-18 | 1 | -4/+2 | |
| | ||||||
* | touchup headers output and make it run smoother | Mike Frysinger | 2006-02-17 | 1 | -15/+19 | |
| | ||||||
* | clean the test dir silently | Mike Frysinger | 2006-02-14 | 1 | -1/+1 | |
| | ||||||
* | ldd usage does not cause a failure in tests and we want to remove it ↵ | Mike Frysinger | 2006-02-13 | 1 | -2/+2 | |
| | | | | anyways, so dont depend on utils for tests | |||||
* | some test uses ldd, make check depend on utils | Peter S. Mazinger | 2006-02-13 | 1 | -1/+1 | |
| | ||||||
* | Paul Brook writes: | Mike Frysinger | 2006-02-11 | 1 | -1/+1 | |
| | | | | | Firstly it wasn't including $(PREFIX) when figuring out if the kernel headers are in already in the the right place. | |||||
* | make build output a little less noisy | Mike Frysinger | 2006-02-04 | 1 | -1/+1 | |
| | ||||||
* | use more portable options since some systems suck | Mike Frysinger | 2006-01-15 | 1 | -3/+3 | |
| | ||||||
* | fix up ability to rename ldso | Mike Frysinger | 2006-01-13 | 1 | -2/+2 | |
| | ||||||
* | only chown on include subdir in DEVEL_PREFIX | Mike Frysinger | 2006-01-12 | 1 | -2/+2 | |
| | ||||||
* | use an exclude from file rather than trying to pass wildcards in shell | Mike Frysinger | 2006-01-08 | 1 | -4/+4 | |
| | ||||||
* | Jan-Benedict Glaw: run shell scripts through $(SHELL) so people | Mike Frysinger | 2006-01-06 | 1 | -2/+2 | |
| | | | | can force it to something other than /bin/sh | |||||
* | Jan-Benedict Glaw: allow people to override the default `tar` | Mike Frysinger | 2006-01-06 | 1 | -3/+3 | |
| | | | | binary via TAR make variable for non-GNU systems | |||||
* | Jan-Benedict Glaw writes: | Mike Frysinger | 2006-01-06 | 1 | -1/+1 | |
| | | | | | The "test" program (aka '[') doesn't know about the operator "==", but "=" is correct (cf. http://www.opengroup.org/onlinepubs/000095399/utilities/test.html). | |||||
* | Merge from branch and add removal of 'tls.h' when using NPTL threads. | "Steven J. Hill" | 2006-01-05 | 1 | -0/+4 | |
| | ||||||
* | Install dummy libc-internal.h | Peter S. Mazinger | 2005-12-10 | 1 | -0/+2 | |
| | ||||||
* | Remove a loop if locales are to be built | Peter S. Mazinger | 2005-12-06 | 1 | -0/+3 | |
| | ||||||
* | Move 'librt' includes to be after pthreads since NPTL will be also be adding ↵ | "Steven J. Hill" | 2005-12-06 | 1 | -1/+1 | |
| | | | | new code for this library. Be afraid, be very afraid. | |||||
* | Remove hp-timing.h on clean | Peter S. Mazinger | 2005-12-05 | 1 | -1/+1 | |
| | ||||||
* | _uintmaxtostr is only internally used, we do not need a rename, ↵ | Peter S. Mazinger | 2005-12-03 | 1 | -0/+1 | |
| | | | | uClibc_uintmaxtostr.h is only internal header, remove from target | |||||
* | More hiding, including __mempcpy | Peter S. Mazinger | 2005-12-03 | 1 | -1/+0 | |
| | ||||||
* | Fix make macro. Did you even fricking test this? | "Steven J. Hill" | 2005-12-02 | 1 | -1/+1 | |
| | ||||||
* | I must have been crazy ... | Peter S. Mazinger | 2005-12-01 | 1 | -1/+1 | |
| |