Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-02-05 | Patch from Stefan Allius to make adding libgcc functions to the library an | Eric Andersen | |
option, to avoid the possibility of adding non PIC code into the shared PIC uClibc library, thereby making the .text segment unshareable. | |||
2003-01-16 | Update build rules a bit. fix quoting problems. Update default | Eric Andersen | |
x86 compiler optimization to not force building i386 opcodes. | |||
2002-12-13 | Only build the ncurses stuff when it is needed, based on a | Eric Andersen | |
patch from Stefan Allius (though the extra/config/Makefile rework is mine), -Erik | |||
2002-12-05 | Removed redundant definition of __USE_WEAK_ALIASES. | Tobias Anderberg | |
Added option for selecting cris architecure type. For now, only CRIS is available. Added a default configuration for cris. | |||
2002-12-02 | Spelling fixes | Eric Andersen | |
-Erik | |||
2002-11-27 | Make support for global constructors and global destructors be | Eric Andersen | |
configurable, so people who do not need or want ctor/dtor support can disable it and make their binaries a little bit smaller. -Erik | |||
2002-11-27 | Fix the defaults to make them be sane | Eric Andersen | |
2002-11-21 | Patch from Yoshinori Sato to update the h8300 architecture. | Eric Andersen | |
2002-11-21 | Improve malloc debugging support. | Miles Bader | |
2002-11-20 | Patch from Stefan Allius: | Eric Andersen | |
- Invert all FORCE_SHAREABLE_TEXT_SEGMENTS checks. - Define FORCE_SHAREABLE_TEXT_SEGMENTS in the Makefile, so it can be configured by the config system. - linuxelf.h inspects that we don't combine FORCE_SHAREABLE_TEXT_SEGMENTS and SVR4_BUGCOMPAT - Add a new config option for FORCE_SHAREABLE_TEXT_SEGMENTS | |||
2002-11-19 | Implement dynamic atexit handling. Adds a few bytes and a dependancy | Eric Andersen | |
on malloc (via realloc). -Erik | |||
2002-11-09 | fix typo | Aaron Lehmann | |
2002-11-09 | typo fixes | Eric Andersen | |
2002-11-08 | Scare people away from enabling locale support for now. | Eric Andersen | |
2002-11-08 | Disable ldso debugging. It should not be on by default. | Eric Andersen | |
2002-11-08 | Patch from Stefan Allius to fixup SuperH ARCH_HAS_MMU and ARCH_HAS_FPU | Eric Andersen | |
2002-11-08 | Initial checkin. | Miles Bader | |
2002-11-08 | Add defaults for powerpc | Eric Andersen | |
2002-11-08 | Kill the now obsolete uClibc_config_fix.pl | Eric Andersen | |
2002-11-08 | Add a default for sh | Eric Andersen | |
2002-11-08 | Leave ldso debugging off by default | Eric Andersen | |
2002-11-08 | Doh! Leave ldso debugging off by default.. | Eric Andersen | |
2002-11-08 | Construct a default arm configuration | Eric Andersen | |
2002-11-08 | Large cleanup patch, based in large part on a patch from | Eric Andersen | |
Stefan Allius, which adds a great deal of sanity. | |||
2002-11-08 | Update doc reference | Eric Andersen | |
2002-11-07 | Changes for MIPS and new configuration system. | "Steven J. Hill" | |
2002-11-07 | Add missing blank line | Eric Andersen | |
2002-11-07 | Rename `Config.v850e' to `Config.v850'. | Miles Bader | |
2002-11-07 | (UCLIBC_HAS_MMU): Depend on !ARCH_HAS_NO_MMU, rather than just using it | Miles Bader | |
to set the default. (HAS_FPU): Depend on !ARCH_HAS_NO_FPU. (USE_GCC_SOFT_FLOAT_OPTION): New option. | |||
2002-11-07 | (DOPIC): Depend on !HAVE_NO_PIC. | Miles Bader | |
(UCLIBC_HAS_FULL_RPC): default to `y' if !HAVE_SHARED. (SYSTEM_LDSO): Depend on HAVE_SHARED. (DOASSERTS): New option. | |||
2002-11-05 | Cleanup soft-float support | Eric Andersen | |
2002-11-05 | Massive scrubbing of the shared lib loader error handling. | Eric Andersen | |
Move all configuration options into the new config system. -Erik | |||
2002-11-03 | Yet more config system updating. | Eric Andersen | |
2002-11-02 | kill some ancient stuff that appears to be lingering | Eric Andersen | |
2002-11-02 | Default to SH4 | Eric Andersen | |
2002-11-02 | update all the Config files for the various arches so they work with the new | Eric Andersen | |
config system. Hopefully I got everything here correct... -Erik | |||
2002-11-02 | Fix PIC configuration, so shared libraries once again work | Eric Andersen | |
-Erik | |||
2002-11-02 | It looks like I lost DEVEL_TOOL_PREFIX. Put it back. | Eric Andersen | |
-Erik | |||
2002-10-31 | Make it so arch specific stuff can be simpler. Initial attempt at | Eric Andersen | |
making CPU_CFLAGS, which should allow things to be optimized per-CPU and/or per-system. -Erik | |||
2002-10-31 | Ok, this commit is _huge_ and its gonna change the world. I've | Eric Andersen | |
been working on a new config system on and off for about 6 months now, but I've never been fully satisfied. Well, I'm finally am happy with the new config system, so here it is. This completely removes the old uClibc configuration system, and replaces it with an entirely new system based on LinuxKernelConf, from http://www.xs4all.nl/~zippel/lc/ As it turns out, Linus has just merged LinuxKernelConf into Linux 2.5.45, so it looks like I made the right choice. I have thus far updated only x86. I'll be updating the other architectures shortly. -Erik | |||
2002-10-01 | Patch from Stefan Allius <allius@atecom.com>: | Eric Andersen | |
----------------------------------- In extra/Configs/Config.sh I added the INCLUDE_PTHREADS statement and change the default values for BUILD_UCLIBC_LDSO and HAVE_SHARED. ----------------------------------- In extra/scripts/initfini.pl My last patch removes two labels, which migth be used by the .size statements. (Sorry, but I'm a perl beginner) I fixed it. ----------------------------------- In libc/sysdeps/linux/common/initfini.c I fixed two warnings "nested extern declaration of `i_am_not_a_leaf.. ----------------------------------- In libc/sysdeps/linux/sh/__init_brl.c brk.c sbrk.c I fixed some compiler warnings which comes from a wrong inclusion order. ----------------------------------- | |||
2002-09-20 | Build libpthread now that the CRIS as support for it! | Tobias Anderberg | |
2002-09-16 | Configuration for the CRIS port. | Tobias Anderberg | |
2002-08-25 | Kill the HAS_LONG_LONG option. It really did not make a lot of | Eric Andersen | |
sense to exclude it, gcc always supports long long, and we never fully excluded long long anyways (off64_t for example). -Erik | |||
2002-08-22 | Hide .hidden stuff unless explicitly enabled | Eric Andersen | |
-Erik | |||
2002-08-19 | SuperH config update | Eric Andersen | |
2002-08-08 | Update default config files | Eric Andersen | |
2002-07-18 | Miles Bader implemented a new mmap based malloc which is much | Eric Andersen | |
smarter than the old "malloc-simple", and actually works, unlike the old "malloc". So kill the old "malloc-simple" and the old "malloc" and replace them with Miles' new malloc implementation. Update Config files to match. Thanks Miles! | |||
2002-07-11 | Grumble... | Miles Bader | |
2002-07-10 | The mips config files were broken, and failed to define NM | Eric Andersen | |
for some reason... |