Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-03-05 | Call explicitely objclean-y when doing build cleanup. | Carmelo Amoroso | |
Remove 'find' command. It makes cleanup faster too. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | |||
2008-01-19 | - add C99 floating point environment, rounding and exception handling functions | Bernhard Reutner-Fischer | |
for i386. UCLIBC_HAS_FENV | |||
2008-01-17 | bits/sysnum.h needs a cross compiler to be built. Fortunately, this | Bernhard Reutner-Fischer | |
header is not needed to build gcc. Move generation of this header. (Yann E. MORIN) | |||
2007-11-22 | Certain configure scripts test for presence of dlfcn.h. Don't install it | Bernd Schmidt | |
if !HAVE_SHARED. | |||
2007-11-09 | Fix build system to generate locale data instead of using pregenerated ones | Carmelo Amoroso | |
2007-03-19 | #1273 if EXTRAVERSION is set, make sure we respect it | Mike Frysinger | |
2007-03-17 | Have Makefile.in call conf-header.sh instead of having kconfig call it | Rob Landley | |
via system(). Also move it to extra/scripts since it's a uClibc build script, not part of upstream kconfig. Adjust the "grabbing a new kconfig snapshot" procedure accordingly. | |||
2007-02-21 | touchup new kconfig handling so we dont constantly rebuild | Mike Frysinger | |
2007-02-15 | - kbuild update broke uClibc's configuration. It complains about | Bernhard Reutner-Fischer | |
include/bits/uClibc_config.h since there is no include/bits (yet). Depend on it. | |||
2007-02-14 | Revert previous commit as it is unclear if it is needed. | Joakim Tjernlund | |
2007-02-14 | Hopefully fix the earlier broken if [ -n $(HEADERS_BITS_SUBARCH) ] | Joakim Tjernlund | |
test by adding quotes. From Steve Papacharalambous. | |||
2007-02-13 | add silentoldconfig target | Mike Frysinger | |
2007-02-13 | Do not produce spurious "/bin/sh: [: too many arguments" if | Peter Kjellerstedt | |
$(HEADERS_BITS_SUBARCH) is empty (which it most likely is). | |||
2007-02-12 | Rehash the PowerPC e500 port to avoid creating symlinks | Joakim Tjernlund | |
in the powerpc arch code and make more code common with classic PowerPC. From Steve Papacharalambous Lets hope I didn't break something. | |||
2007-02-04 | Add support for PowerPC e500, libc part only. | Joakim Tjernlund | |
Math support to be done. From Steve Papacharalambous, stevep@freescale.com | |||
2007-02-02 | use sane line breaks | Eric Andersen | |
2007-02-02 | replace bits/syscalls.h with a comment ... an empty file makes people think ↵ | Mike Frysinger | |
this is a bug rather than by design | |||
2007-02-01 | drive home the point people should not be using _syscall#() macros | Mike Frysinger | |
2007-01-28 | use .bz2 rather than .gz | Mike Frysinger | |
2007-01-26 | dont actually have to worry about local changes as svn export takes care of that | Mike Frysinger | |
2006-12-12 | since we dont symlink the headers, theres nothing to filter | Mike Frysinger | |
2006-12-12 | we just want the kernel headers, not the whole kernel source ... so people ↵ | Mike Frysinger | |
may need to update their paths slightly | |||
2006-12-11 | kill off the need for fix_includes.sh by utilizing KERNEL_SOURCE directly | Mike Frysinger | |
2006-12-11 | create new menu so people can select what format they wish to build uClibc | Mike Frysinger | |
2006-12-08 | Richard Sandiford writes: add support for init/fini arrays in shared flat ↵ | Mike Frysinger | |
libraries | |||
2006-11-04 | mips64 patch from Atsushi Nemoto: | Eric Andersen | |
Add selection of 3 ABI. CPU_CFLAGS is needed to generate correct sysnum.h. Fix test/Rules.mak. | |||
2006-08-23 | fix from psm: add UCLIBC_ prefix to HAS_SHADOW option | Mike Frysinger | |
2006-06-08 | A little whitespace clean up. | Peter Kjellerstedt | |
2006-06-08 | Use tar rather than cp to copy all files matching *.so.* from the lib | Peter Kjellerstedt | |
directory to $(PREFIX)$(RUNTIME_PREFIX)lib. The reason for this is that cp -P means wildly different things depending on the version of cp. | |||
2006-05-16 | use cp -P instead of cp -d as pointed out by David DeHaven | Mike Frysinger | |
2006-03-09 | Create libpthread_nonshared.a | Peter S. Mazinger | |
2006-02-28 | Remove files not used on target | Peter S. Mazinger | |
2006-02-27 | Add Rich Felker's getopt_long to be used in conjunction w/ the SuSv3 getopt | Peter S. Mazinger | |
2006-02-26 | Move _lfs_64.h to include and adapt files | Peter S. Mazinger | |
2006-02-18 | use a tempfile while generating sysnum.h | Mike Frysinger | |
2006-02-18 | touchup header handling in other config targets | Mike Frysinger | |
2006-02-18 | tweak the idea between having a MMU and actually using it | Mike Frysinger | |
2006-02-18 | touchup headers target somemore so building in subdirs works nicely again | Mike Frysinger | |
2006-02-17 | touchup headers output and make it run smoother | Mike Frysinger | |
2006-02-14 | clean the test dir silently | Mike Frysinger | |
2006-02-13 | ldd usage does not cause a failure in tests and we want to remove it ↵ | Mike Frysinger | |
anyways, so dont depend on utils for tests | |||
2006-02-13 | some test uses ldd, make check depend on utils | Peter S. Mazinger | |
2006-02-11 | Paul Brook writes: | Mike Frysinger | |
Firstly it wasn't including $(PREFIX) when figuring out if the kernel headers are in already in the the right place. | |||
2006-02-04 | make build output a little less noisy | Mike Frysinger | |
2006-01-15 | use more portable options since some systems suck | Mike Frysinger | |
2006-01-13 | fix up ability to rename ldso | Mike Frysinger | |
2006-01-12 | only chown on include subdir in DEVEL_PREFIX | Mike Frysinger | |
2006-01-08 | use an exclude from file rather than trying to pass wildcards in shell | Mike Frysinger | |
2006-01-06 | Jan-Benedict Glaw: run shell scripts through $(SHELL) so people | Mike Frysinger | |
can force it to something other than /bin/sh | |||
2006-01-06 | Jan-Benedict Glaw: allow people to override the default `tar` | Mike Frysinger | |
binary via TAR make variable for non-GNU systems |