summaryrefslogtreecommitdiffstats
path: root/extra
Commit message (Collapse)AuthorAgeFilesLines
...
* Obligatory forgotten update...Manuel Novoa III2002-12-201-141/+183
|
* Add a target so that people can download and use pregenerated locale dataManuel Novoa III2002-12-201-0/+6
| | | | | files instead of generating approx 40Mb of glibc locales to get the 300+ locales currently supported.
* The big thing is locale dependent collation support.Manuel Novoa III2002-12-20158-827/+64827
| | | | Also added outdigit support and (legacy) YESSTR/NOSTR support.
* Patch from Stefan Allius. Only build config stuff when needed.Eric Andersen2002-12-172-3/+7
|
* Only build the ncurses stuff when it is needed, based on aEric Andersen2002-12-132-24/+26
| | | | | | patch from Stefan Allius (though the extra/config/Makefile rework is mine), -Erik
* Use crt1.o when ctor/dtor support is enabledEric Andersen2002-12-121-2/+5
|
* When -shared is specified, meaning they wish to create a sharedEric Andersen2002-12-121-6/+9
| | | | | | library, we need to disable adding start files (i.e. crt0) since it isn't supposed to be creating an executable, just a shared lib. -Erik
* It seems SCO puts touch in a wierd placeEric Andersen2002-12-121-1/+1
|
* 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.
* Change some variable names so we are more consistant with whatEric Andersen2002-12-043-15/+14
| | | | | the linux kernel uses. -Erik
* I forgot to kill these files in my last commit.Eric Andersen2002-12-042-227/+0
| | | | -Erik
* This is based on a patch posted to lkml by Petr Baudis on 23 Nov, which wasEric Andersen2002-12-0413-377/+273
| | | | | | | then considerably hacked up by me. This eliminates the separate lxdialog and instead directly uses the lxdialog internals. This allows 'make menuconfig' to be much faster. -Erik
* Spelling fixesEric Andersen2002-12-021-9/+9
| | | | -Erik
* Make support for global constructors and global destructors beEric Andersen2002-11-274-12/+62
| | | | | | 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
|
* Ok... here's the summary:Manuel Novoa III2002-11-228-75/+563
| | | | | | | | | | | | | | Hopefully locale support will build when cross compiling now. Collation is still not supported, but that's what I'm currently working on. In the next couple of days, I'll probably put up a couple of files for download that will save people the trouble of generating all the glibc locales. Added *wprintf functions, although they currently don't support floating point. That will be fixed when I rewrite _dtostr... or possibly before. Added the wcsto{inttype} functions. Added iconv() and a mini iconv utility. The require locale support and only provide for conversions involving the various unicode encodings { UCS-4*, UCS-2*, UTF-32*, UTF-16*, UTF-8 }, the 8-bit codesets built with the locale data, and the internal WCHAR_T.
* Patch from Yoshinori Sato to update the h8300 architecture.Eric Andersen2002-11-212-1/+2
|
* 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
* Ronald Wahl writes:Eric Andersen2002-11-151-0/+3
| | | | | | since uclibc-0.9.16 I have to specify -fpic during _link_-time or else I get an error from the dynamic linker when I load shared objects. Patch is appended.
* fix typoAaron Lehmann2002-11-091-1/+1
|
* Update from upstreamEric Andersen2002-11-092-11/+9
|
* typo fixesEric Andersen2002-11-091-4/+4
|
* Patch from Stefan Allius: avoid implicit casting of void *(64bit) to int(32bit)Eric Andersen2002-11-091-1/+1
|
* 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
|
* Use NATIVE_CC. Don't hard code using 'gcc'.Eric Andersen2002-11-081-1/+1
| | | | -Erik
* Patch from Stefan Allius for libgcc multilib supportEric Andersen2002-11-081-5/+3
| | | | | | | | | | | | | | | | | | this is the last patch, we need to make the support of multitarget libgcc complete. --------------------------------- In ldso/ldso/Makefile I added the CPU_LDFLAGS-y to the LDFLAGS --------------------------------- In libc/Makefile I set the LDFLAGS for the script get-needed-objects.sh with CPU_LDFLAGS-y --------------------------------- In extra/scripts/get-needed-object.sh we now use the LIBGCC from Rules.mak and call LD with LDFLAGS (==CPU_LDFLAGS-y). Addtionally I grep the NM output, to fix the unresolved external __GLOBAL_OFFSET_TABLE__ on SuperH targets. ---------------------------------
* 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
|
* Some minor changes from Stefan Allius to make conf andEric Andersen2002-11-084-8/+9
| | | | mconf compile under Solaris.
* 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.
* Merge an update from upstreamEric Andersen2002-11-089-1075/+1380
|
* Update doc referenceEric Andersen2002-11-0817-21/+277
|
* Changes for MIPS and new configuration system."Steven J. Hill"2002-11-073-16/+120
|
* Fixed makefiles to remove binaries generated for the configuration"Steven J. Hill"2002-11-072-1/+2
| | | | menu system when doing a 'make clean'.
* 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.
* Increase maximum .config line size to 1024.Eric Andersen2002-11-061-2/+2
|
* Recognize 'n' tristate/boolean symbol value in the .config file,Eric Andersen2002-11-061-4/+7
| | | | | allowing more convenient manual editing of the .config file. Patch by Petr Baudis, skimmed from linux-kernel mailing list.
* Cleanup soft-float supportEric Andersen2002-11-051-0/+5
|