summaryrefslogtreecommitdiffstats
path: root/extra/Configs
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Resync the install definesEric Andersen2002-07-0214-66/+164
| | | | -Erik
* Fix incorrect comment re malloc-930716Eric Andersen2002-06-1914-29/+29
| | | | -Erik
* Patch from Martin Proulx <mproulx@okiok.com> to supportEric Andersen2002-06-181-0/+219
| | | | the i960 architecture.
* Fix a silly bug...Eric Andersen2002-06-151-1/+1
|
* Patch from Yoshinori Sato <qzb04471@nifty.ne.jp> to useEric Andersen2002-05-281-0/+2
| | | | | C_SYMBOL_PREFIX for confused compilers, such as for v850 and h8300, per suggestion from Miles Bader.
* Several h8300 updates from Yoshinori Sato <qzb04471@nifty.ne.jp>Eric Andersen2002-05-231-1/+1
|
* Changed path where cross development tools are installed."Steven J. Hill"2002-05-212-4/+4
|
* Fixed MIPS dynamic linker by removing link order dependency bug."Steven J. Hill"2002-05-202-2/+2
|
* Add a config file for alphaEric Andersen2002-05-121-0/+197
|
* Forgot to change the Config templates. Changed one... the others areManuel Novoa III2002-05-061-7/+7
| | | | similar, but don't have time to take care of them.
* Mention pthreads for sparcEric Andersen2002-04-101-0/+4
|
* Since pthreads work on powerpc, at least mention the option.Eric Andersen2002-04-031-0/+4
|
* Last bit for old config systemEric Andersen2002-04-011-0/+7
|
* Mips config fixes from Steven J. HillEric Andersen2002-03-252-2/+10
|