summaryrefslogtreecommitdiffstats
path: root/extra/Configs
Commit message (Collapse)AuthorAgeFilesLines
...
* Only build the ncurses stuff when it is needed, based on aEric Andersen2002-12-131-0/+3
| | | | | | patch from Stefan Allius (though the extra/config/Makefile rework is mine), -Erik
* Removed redundant definition of __USE_WEAK_ALIASES.Tobias Anderberg2002-12-052-1/+79
| | | | | | Added option for selecting cris architecure type. For now, only CRIS is available. Added a default configuration for cris.
* Spelling fixesEric Andersen2002-12-021-9/+9
| | | | -Erik
* Make support for global constructors and global destructors beEric Andersen2002-11-271-0/+17
| | | | | | configurable, so people who do not need or want ctor/dtor support can disable it and make their binaries a little bit smaller. -Erik
* Fix the defaults to make them be saneEric Andersen2002-11-271-3/+0
|
* Patch from Yoshinori Sato to update the h8300 architecture.Eric Andersen2002-11-211-1/+0
|
* Improve malloc debugging support.Miles Bader2002-11-211-0/+11
|
* Patch from Stefan Allius:Eric Andersen2002-11-202-0/+19
| | | | | | | | | - 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
* Implement dynamic atexit handling. Adds a few bytes and a dependancyEric Andersen2002-11-191-0/+17
| | | | | on malloc (via realloc). -Erik
* fix typoAaron Lehmann2002-11-091-1/+1
|
* typo fixesEric Andersen2002-11-091-4/+4
|
* Scare people away from enabling locale support for now.Eric Andersen2002-11-081-3/+4
|
* Disable ldso debugging. It should not be on by default.Eric Andersen2002-11-081-2/+2
|
* Patch from Stefan Allius to fixup SuperH ARCH_HAS_MMU and ARCH_HAS_FPUEric Andersen2002-11-081-1/+5
|
* Initial checkin.Miles Bader2002-11-081-0/+59
|
* Add defaults for powerpcEric Andersen2002-11-081-0/+59
|
* Kill the now obsolete uClibc_config_fix.plEric Andersen2002-11-081-200/+0
|
* Add a default for shEric Andersen2002-11-081-0/+66
|
* Leave ldso debugging off by defaultEric Andersen2002-11-081-2/+2
|
* Doh! Leave ldso debugging off by default..Eric Andersen2002-11-081-2/+2
|
* Construct a default arm configurationEric Andersen2002-11-081-0/+63
|
* Large cleanup patch, based in large part on a patch fromEric Andersen2002-11-081-9/+0
| | | | Stefan Allius, which adds a great deal of sanity.
* Update doc referenceEric Andersen2002-11-0816-21/+22
|
* Changes for MIPS and new configuration system."Steven J. Hill"2002-11-073-16/+120
|
* Add missing blank lineEric Andersen2002-11-071-0/+1
|
* Rename `Config.v850e' to `Config.v850'.Miles Bader2002-11-071-4/+12
|
* (UCLIBC_HAS_MMU): Depend on !ARCH_HAS_NO_MMU, rather than just using itMiles Bader2002-11-071-2/+11
| | | | | | to set the default. (HAS_FPU): Depend on !ARCH_HAS_NO_FPU. (USE_GCC_SOFT_FLOAT_OPTION): New option.
* (DOPIC): Depend on !HAVE_NO_PIC.Miles Bader2002-11-071-5/+12
| | | | | | (UCLIBC_HAS_FULL_RPC): default to `y' if !HAVE_SHARED. (SYSTEM_LDSO): Depend on HAVE_SHARED. (DOASSERTS): New option.
* Cleanup soft-float supportEric Andersen2002-11-051-0/+5
|
* Massive scrubbing of the shared lib loader error handling.Eric Andersen2002-11-051-0/+60
| | | | | Move all configuration options into the new config system. -Erik
* Yet more config system updating.Eric Andersen2002-11-0315-117/+17
|
* kill some ancient stuff that appears to be lingeringEric Andersen2002-11-021-8/+8
|
* Default to SH4Eric Andersen2002-11-021-1/+1
|
* update all the Config files for the various arches so they work with the newEric Andersen2002-11-0217-2464/+411
| | | | | config system. Hopefully I got everything here correct... -Erik
* Fix PIC configuration, so shared libraries once again workEric Andersen2002-11-022-3/+3
| | | | -Erik
* It looks like I lost DEVEL_TOOL_PREFIX. Put it back.Eric Andersen2002-11-021-0/+10
| | | | -Erik
* Make it so arch specific stuff can be simpler. Initial attempt atEric Andersen2002-10-313-294/+171
| | | | | | making CPU_CFLAGS, which should allow things to be optimized per-CPU and/or per-system. -Erik
* Ok, this commit is _huge_ and its gonna change the world. I'veEric Andersen2002-10-313-186/+517
| | | | | | | | | | | | | | | 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
* Patch from Stefan Allius <allius@atecom.com>:Eric Andersen2002-10-011-2/+6
| | | | | | | | | | | | | | | | | | | ----------------------------------- 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. -----------------------------------
* Build libpthread now that the CRIS as support for it!Tobias Anderberg2002-09-201-0/+4
|
* Configuration for the CRIS port.Tobias Anderberg2002-09-161-0/+212
|
* Kill the HAS_LONG_LONG option. It really did not make a lot ofEric Andersen2002-08-2515-91/+0
| | | | | | sense to exclude it, gcc always supports long long, and we never fully excluded long long anyways (off64_t for example). -Erik
* Hide .hidden stuff unless explicitly enabledEric Andersen2002-08-221-0/+2
| | | | -Erik
* SuperH config updateEric Andersen2002-08-191-0/+4
|
* Update default config filesEric Andersen2002-08-0814-100/+72
|
* Miles Bader implemented a new mmap based malloc which is muchEric Andersen2002-07-1814-132/+104
| | | | | | | 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!
* Grumble...Miles Bader2002-07-111-14/+9
|
* The mips config files were broken, and failed to define NMEric Andersen2002-07-102-0/+2
| | | | for some reason...
* Update Config files for current locale and wide char configuration options.Manuel Novoa III2002-07-0314-94/+66
|
* Change default config files for MIPS platforms. Nothing major."Steven J. Hill"2002-07-032-6/+4
|