Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-03-18 | fix typo pointed out by Al Stone | 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-03-16 | No configs actually set LIBGCC_CFLAGS to anything, and it's not even | Rob Landley | |
written into the resulting .config, so remove it. | |||
2007-02-21 | touchup new kconfig handling so we dont constantly rebuild | Mike Frysinger | |
2007-02-18 | simple script for counting relocs | Mike Frysinger | |
2007-02-18 | default to pulling kernel headers from the system install | Mike Frysinger | |
2007-02-14 | make arch default to hostarch | Mike Frysinger | |
2007-02-14 | pull latest kconfig from kernel | Mike Frysinger | |
2007-02-14 | make sure we declare TARGET_ARCH as a string | Mike Frysinger | |
2007-02-13 | cleanup style | Mike Frysinger | |
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-01-03 | - s/Attemt/Attempt/ | Bernhard Reutner-Fischer | |
2006-12-17 | for now, dont allow mmu users to select file format | Mike Frysinger | |
2006-12-13 | force LFS support since blackfin no longer supports non-lfs | 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 | disable LDSO when FLAT format is selected | Mike Frysinger | |
2006-12-11 | kill off the need for fix_includes.sh by utilizing KERNEL_SOURCE directly | Mike Frysinger | |
2006-12-11 | set some default vars to prevent env pollution | 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-12-03 | make ABI into a list | Mike Frysinger | |
2006-12-03 | list ABI first and tweak ISA defaults with suggestions from Jim Gifford | Mike Frysinger | |
2006-12-03 | revert previous change | Mike Frysinger | |
2006-12-03 | Patch from Jim Gifford (of Cross Linux From Scratch) fixing the Mips | Rob Landley | |
failures from Mike's nightly builds. | |||
2006-11-29 | - introduce UCLIBC_SUSV3_LEGACY_MACROS to be able to do away with all LEGACY | Bernhard Reutner-Fischer | |
stuff, even the fallback defines. | |||
2006-11-22 | - fix typo | Bernhard Reutner-Fischer | |
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-10-22 | dont require DOPIC with FORCE_SHAREABLE_TEXT_SEGMENTS | Mike Frysinger | |
2006-10-07 | Add config options to select ARM ARMv5 and Intel iwmmxt variants. | Khem Raj | |
2006-10-07 | Sergey Lapin says the undefined syscall numbers from unistd.h do not get ↵ | Khem Raj | |
propogated into generated sysnum.h. | |||
2006-09-10 | remove version checking code and add some more comments | Mike Frysinger | |
2006-09-09 | make this stuff actually readable | Mike Frysinger | |
2006-08-25 | fix from psm: DODEBUG_PT is only meaningful for LINUXTHREADS_OLD, add: ↵ | Mike Frysinger | |
depends on LINUXTHREADS_OLD | |||
2006-08-25 | fix from psm: makes use of the malloc debug option in malloc-standard as well | Mike Frysinger | |
2006-08-24 | - only link asm-generic if it exists. | Bernhard Reutner-Fischer | |
PS: test for existence on Slowaris was disfunctional, last time i looked. Shouldn't matter much here, though.. | |||
2006-08-24 | psm says: use $(top_builddir) instead of $(top_srcdir) when accessing ↵ | Mike Frysinger | |
generated header files | |||
2006-08-23 | fixes from psm so we can pull in uClibc headers properly | Mike Frysinger | |
2006-08-23 | fix from psm: add UCLIBC_ prefix to HAS_SHADOW option | Mike Frysinger | |
2006-07-05 | fix signed warnings with gcc-4 | Mike Frysinger | |
2006-07-05 | clean subdir as well | Mike Frysinger | |
2006-07-05 | bfin works again | Mike Frysinger | |
2006-07-05 | fixup my copyright notice, trim stale remnants of older notices which | Eric Andersen | |
I had clearly run search/replace on that were cluttering things up. | |||
2006-07-04 | Change symbol 'NOSTRIP' to 'DOSTRIP' since the double negatives | Eric Andersen | |
on i.e. NOSTRIP=n gets a bit confusing. | |||
2006-07-04 | cleanup description | Eric Andersen | |
2006-07-04 | gcc 4.1.x is apparently miscompiling gnu glob on mips. This ports the ↵ | Eric Andersen | |
latest and massivly bloated greatest from glibc. And fixes things so the gnu glob interface is no longer the default. | |||
2006-06-26 | Michael Troß writes: Yes, the missing initialization of uniqblock seems to ↵ | Mike Frysinger | |
cause all this trouble. Now gen_wctype works without the rlimit stack hack. | |||
2006-06-26 | if we cannot generate a locale, be a bit more specific in telling the user ↵ | Mike Frysinger | |
we are skipping it | |||
2006-06-26 | Michael Troß writes: | Mike Frysinger | |
gen_wctype segfaults on my system when optimized with -O2. It does work without optimization, even -O1 does not cause the segfault. Problem is in newopt, at gen_wctype.c:865: memcpy(tbl->ti + i * blocksize, ti[uniqblock[i]], blocksize); The segfault is caused by the uninitialized variable uniqblock when newopt is called recursively. The attached patch fixes this. | |||
2006-05-15 | re-enable global constructors and destructors for bfin | Mike Frysinger | |