summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* terminfo stuff is created by ncurses, and should not be installedEric Andersen2005-11-0424-0/+0
| | | | | unless ncurses is installed. It probably need to be byteswapped for big endian anyway, so using pre-build stuff is bad regardless.
* sync with config cvsMike Frysinger2005-10-293-4/+7
|
* use := instead of = for variables and make sure zlib builds with target cflagsMike Frysinger2005-10-291-6/+7
|
* rename dropbear_sshd to just dropbearMike Frysinger2005-10-295-99/+99
|
* fix ifndef check for UCLIBC_CONFIG_FILE as reported by wskish in Bug 499Mike Frysinger2005-10-221-1/+1
|
* openssl calls the i686 target "i686/cmov" not just "i686" as pointed out by ↵Mike Frysinger2005-10-061-0/+4
| | | | Sieg on irc
* This patch is necessary in order to build with gcc-4.1 compilers. Otherwise, ↵"Steven J. Hill"2005-10-041-0/+28
| | | | you will get the error message of 'fsck.cramfs.c:98: error: variable-size type declared outside of any function'. I emailed the maintainer giving them a couple of different ways to fix the package, but I have not heard anything. He gets a 'L' for Lame. Anyway, I have hardcoded the PAGE_CACHE_SIZE (page size) to be 4096. Only alpha and the 64-bit platforms will have something different, or MIPS with its variable page size. Curse you MIPS.
* dont version bump since all the patches need to be redoneMike Frysinger2005-10-021-1/+1
|
* control pthread support since some arches like x86_64 dont yet support it in ↵Mike Frysinger2005-10-013-0/+16
| | | | uClibc
* let people control location of download dirMike Frysinger2005-10-012-2/+13
|
* gcc 4.0.2 ver bumpMike Frysinger2005-10-018-0/+3862
|
* Allow multiple patch file patterns.Eric Andersen2005-09-301-3/+4
|
* Remove /usr/share/man instead of /usr/man after installEric Andersen2005-09-301-1/+1
|
* also set the gl_cv_func_chown_follows_symlink configure optionEric Andersen2005-09-301-0/+1
|
* Support building a cross libtool for use on the host during cross-development.Eric Andersen2005-09-301-0/+5
|
* Add iostat, ltt, xfsprogs, and memtesterEric Andersen2005-09-3013-0/+547
|
* fetch diethotplug from kernel.orgEric Andersen2005-09-301-1/+1
|
* After some effort, I have taught depmod to handle endianness,Eric Andersen2005-09-302-0/+453
| | | | | | allowing us to build a cross-depmod that runs on the host and generates the target modules.dep and modules.*map files -Erik
* After some effort, I have taught depmod to handle endianness,Eric Andersen2005-09-301-16/+71
| | | | | | allowing us to build a cross-depmod that runs on the host and generates the target modules.dep and modules.*map files -Erik
* Correct usage of {RUNTIME_,DEVEL_,}PREFIX in STAGING_DIR thanks to Stephen ↵Peter S. Mazinger2005-09-301-9/+4
| | | | Warren and vapier
* ver bump by gnat in Bug 452 and make sure we configure as i386 with i[456]86 ↵Mike Frysinger2005-09-301-2/+8
| | | | targets by schieli in Bug 450
* dont run uname and crap to figure out build stuff Bug 219 by kkMike Frysinger2005-09-291-3/+50
|
* Add disabled COMPAT_ATEXIT option to the config filesPeter S. Mazinger2005-09-262-0/+2
|
* Get rid of hack."Steven J. Hill"2005-09-251-12/+0
|
* Fix renaming of UCLIBC_HAS_THREADS_NATIVE option for buildroot."Steven J. Hill"2005-09-243-3/+3
|
* version bump as pointed out by daisuke in Bug 400Mike Frysinger2005-09-242-32/+3
|
* version bump as pointed out by daisuke in Bug 399Mike Frysinger2005-09-241-1/+1
|
* allow people to build for i386/i486/i586/i686 targets since some packages ↵Mike Frysinger2005-09-241-19/+21
| | | | (like gcc) build differently based upon the host tuplet
* import mdadm written by ktraum in bug 443Mike Frysinger2005-09-243-0/+53
|
* ver bumpMike Frysinger2005-09-243-144/+5
|
* ver bump as reported by Nathanael D. NobletMike Frysinger2005-09-221-1/+1
|
* version bumpMike Frysinger2005-09-221-2/+3
|
* version bumpMike Frysinger2005-09-221-1/+1
|
* ver bumpMike Frysinger2005-09-221-2/+4
|
* version bumpMike Frysinger2005-09-221-1/+1
|
* make alpha/x86_64 selectable options and export architecture endian so we ↵Mike Frysinger2005-09-221-0/+16
| | | | can use it in uclibc config setup
* sync alpha/x86_64/sh updates with previous 4.0.x patchesMike Frysinger2005-09-221-60/+40
|
* add alpha/x86_64 support and cleanup sh supportMike Frysinger2005-09-222-120/+80
|
* oops, forgot patch info for alpha portMike Frysinger2005-09-221-0/+1
|
* add x86_64 supportMike Frysinger2005-09-221-0/+39
|
* make superh target a bit more flexibleMike Frysinger2005-09-221-1/+1
|
* alpha supportMike Frysinger2005-09-221-0/+26
|
* if target arch installs into a lib64 dir, make sure we move the stuff to ↵Mike Frysinger2005-09-221-0/+7
| | | | plain old lib
* pass --disable-multilib if user doesnt want multilib since some arches (like ↵Mike Frysinger2005-09-221-0/+2
| | | | x86_64) default to multilib support
* add UCLIBC_HAS_REENTRANT_RPCMike Frysinger2005-09-222-0/+2
|
* version bumpMike Frysinger2005-09-221-1/+1
|
* Patch from steelman. fixes bug 437.Joakim Tjernlund2005-09-181-1/+1
|
* add sf mirrors list in help (fix by Bernhard Fischer) and allow people to ↵Mike Frysinger2005-09-182-4/+35
| | | | add custom prefix/suffix to builds
* Add patches for latest snapshot of gdb. The starting point was the 6.3"Steven J. Hill"2005-09-168-0/+375
| | | | | | | patches which were then sliced down to this list since all the other ones were checked in or just applied with horrific failure. Also added new NPTL support patch for MIPS courtesy of Daniel J. Suckers, err I mean testers wanted.
* patch from 'steelman'Eric Andersen2005-09-141-2/+2
|