summaryrefslogtreecommitdiffstats
path: root/sources
Commit message (Collapse)AuthorAgeFilesLines
* Use else.Manuel Novoa III2003-11-241-2/+2
|
* automatically detect if we have a usable version of sedEric Andersen2003-11-191-0/+21
| | | | installed. If not, we will now build our own version.
* Turn on HAS_FPU by default. If soft float support is configured in theManuel Novoa III2003-11-182-4/+2
| | | | | | buildroot Makefile, HAS_FPU will be turned of by uclibc.mk. TODO: Implement a buildroot options for no float support at all.
* Update the default busybox configEric Andersen2003-11-131-0/+1
|
* Make sure we prompt for MMU setting if unknown.Manuel Novoa III2003-11-112-2/+0
|
* Default to having an MMU, which must be explictly overridden onEric Andersen2003-11-111-1/+1
| | | | a per arch basis
* I broke the libstdc++ locale-enabled build when I hid the definitionManuel Novoa III2003-11-111-0/+83
| | | | | | of locale_t. Since I don't want to expose this, for the moment add some nasty casts to reference the necessary pointer fields for the ctype information.
* Update.Manuel Novoa III2003-11-111-31/+34
|
* oopsEric Andersen2003-11-081-2/+2
|
* Update the ltp testsuiteEric Andersen2003-11-071-2/+17
|
* Oops! Don't disable all float support!Eric Andersen2003-11-071-1/+1
|
* Make sure the config system asks stuff when it should, and doen'tEric Andersen2003-11-071-2/+6
| | | | ask when it shouldn't...
* A bit more wiggling to prevent asking about the targetEric Andersen2003-11-051-2/+15
| | | | | architecture when possible, since we already know the correct answer.
* Yet more adaption for arches such as mipsel. Do not provideEric Andersen2003-11-051-32/+0
| | | | | defaults for endianness. Either it will be automaticly correct (such as for i386), or we need to prompt.
* minor changes to accomodate the config system updatesEric Andersen2003-11-041-14/+14
|
* Update the uClibc configEric Andersen2003-11-041-4/+21
|
* strace 4.5 builds properly for mipsel, and does not use sys_errlist,Eric Andersen2003-11-011-37/+0
| | | | | so we no longer need to patch anything. -Erik
* Enable building soft float buildroot for gcc 3.3. Currently works forManuel Novoa III2003-11-015-0/+157
| | | | | | | | | i386 (limited to 64 bit long double... same as double), arm (libfloat), mips, and mipsel. Enable cross compiling a native gcc 3.3 toolchain to run on the target. Misc rootfs cleanups... strip some things that weren't, eliminate duplicate libs, move openssl shared libs out of /lib, reduce size of libssl.so by dynamicly linking with libcrypto.so, fix dropbear compile on mips.
* Oops. I did not intend to leave debugging and such enabled by default.Eric Andersen2003-10-241-4/+4
|
* Update default busybox configEric Andersen2003-10-221-0/+6
|
* Upgrade valgrindEric Andersen2003-10-191-162/+36
|
* Cope with the new RUNTIME_PREFIXEric Andersen2003-10-181-4/+5
|
* do not use a perl, just use a patchEric Andersen2003-10-181-0/+252
|
* Add a bit more stuff to the default busybox configEric Andersen2003-10-071-7/+14
|
* Update included kernel versionEric Andersen2003-10-0751-9/+40
|
* Add the linux test project test suite. The 'make install' step is currentlyEric Andersen2003-10-061-0/+55
| | | | | broken, since I've not worked out how I want to handle that step (it wants to run as root).
* Update fileEric Andersen2003-10-031-0/+30
|
* enable ftw by defaultEric Andersen2003-10-031-1/+1
|
* Update to non-vulnerable versionEric Andersen2003-10-011-8/+0
|
* Fixup the binutils_target buildEric Andersen2003-09-271-32/+0
|
* Update the default busybox configEric Andersen2003-09-261-13/+5
|
* Rework toolchain build to make it much more modular andEric Andersen2003-09-147-110/+197
| | | | remove the redundant redundancy.
* enable getopt for fakerootEric Andersen2003-09-141-1/+1
|
* Add in a default config to make it easy for people that wantEric Andersen2003-09-121-0/+131
| | | | to enable uClibc's locale support.
* remove stuff already in binutils-2.14.90.0.6Eric Andersen2003-09-111-35/+0
|
* Update the default uClibc config for 0.9.21Eric Andersen2003-09-101-14/+20
|
* teach glib to cross compileEric Andersen2003-09-041-0/+0
|
* Fixup strace so it compilesEric Andersen2003-09-031-111/+33
|
* Add support for enabling use of libintl.Manuel Novoa III2003-09-031-0/+200
| | | | | | | | Add support for libstd++ in full locale mode, and remove the need for config hacks when using uClibc stub locale support. TODO -- gdb intl support is still broken. uClibc should auto-download the pregenerated locale data
* Fixup binutils cross buildsEric Andersen2003-09-031-0/+32
|
* Make sure binutils does not leak system libraries into the build.Eric Andersen2003-09-021-0/+18
| | | | patch from mjn3 to prevent gcc using broken include paths
* Update for disabling wordexpEric Andersen2003-09-011-0/+1
|
* This patch is not needed with gcc 3.3.1Eric Andersen2003-08-231-21/+0
|
* unset CONFIG_LASTEric Andersen2003-08-221-0/+1
|
* Make binutils not leak librariesEric Andersen2003-08-225-0/+145
|
* fix all uses of sys_nerr and sys_errlist[]Eric Andersen2003-08-201-3/+122
|
* Fix gdb to not use sys_errlist[] and sys_nerr,Eric Andersen2003-08-201-0/+14
|
* Update default busybox configEric Andersen2003-08-181-130/+80
|
* Update dropbear to the latest and greatest, fixing aEric Andersen2003-08-171-41/+0
| | | | security problem
* Update valgrindEric Andersen2003-08-172-0/+283
|