summaryrefslogtreecommitdiffstats
path: root/extra/Configs
Commit message (Collapse)AuthorAgeFilesLines
...
* (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
|
* Update the config script to behave a bit betterEric Andersen2002-03-141-25/+36
|
* Add thread support. Eliminate the useless extra "sEric Andersen2002-03-111-7/+14
|
* Patch from Steven J. Hill to allow both mips and mipsel to be builtEric Andersen2002-03-012-12/+205
|
* Patch from Miles Bader to allow Large File support on the v850.Eric Andersen2002-03-011-3/+3
|
* Enable thread supportEric Andersen2002-02-202-0/+8
|
* Make powerpc default to faster mallocEric Andersen2002-02-041-7/+2
|
* Fix naming error in brk.c, enable faster malloc by defaultEric Andersen2002-02-041-2/+2
|
* Minor cleanupsEric Andersen2002-02-044-5/+20
|
* A few more little cleanupsEric Andersen2002-02-041-189/+0
|
* Add a config file for sparcEric Andersen2002-02-041-0/+198
|
* Add in support for the Hitach H8/300H architecture,Eric Andersen2002-02-021-0/+195
| | | | contributed by Yoshinori Sato <qzb04471@nifty.ne.jp>
* Oops. Fixup the defaultsEric Andersen2002-02-021-7/+7
|
* Scrub up a few little things.Eric Andersen2002-02-0110-31/+11
|