summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix soft float options for gcc 4.Manuel Novoa III2005-04-301-0/+7
|
* Someone forgot mipsel for soft float...Manuel Novoa III2005-04-301-1/+1
|
* Add 4.0.0 support. Some arches may still need some tweaking and/or ↵Manuel Novoa III2005-04-306-0/+3817
| | | | additional patches. But I successfully built cross and target toolchains for x86 and mipsel supporting c/c++/objective-c/java. Of course I haven't tested them yet...
* Support gcc 4.[01]. Only tried for 4.0.0 at this point.Manuel Novoa III2005-04-301-0/+7
|
* Add gcc 4.0.0 support. Note... I haven't needed the sjlj exception support ↵Manuel Novoa III2005-04-301-0/+4
| | | | in some time, but haven't touched the default in this commit.
* Fill in a couple of omissions.Manuel Novoa III2005-04-301-30/+107
|
* Needed --disable-werror to get 2.16.mumble build from dying on missing ↵Manuel Novoa III2005-04-301-0/+5
| | | | prototypes in lex-generated files.
* grab the -linux-gnu* -> -linux-* config changes from mainline and backport ↵Mike Frysinger2005-04-303-156/+727
| | | | them to the 2.16 branch
* 2.16.90.0.2 releasedMike Frysinger2005-04-308-0/+447
|
* Add support for soon to be released binutils-2.16 as well as"Steven J. Hill"2005-04-2815-0/+4170
| | | | | | GCC-4.1.0. These tool versions are needed so that NPTL support can be added into uClibc. Backporting NPTL from GCC-4.1.0 into GCC-4.0 may be possible, but not recommended.
* Slash missing."Steven J. Hill"2005-04-271-1/+1
|
* Rsync was recently upgraded to 2.6.4. Until buildroot is updated,"Steven J. Hill"2005-04-271-1/+1
| | | | the RSYNC_SITE variable needs to be changed.
* Make defconfig work properlyEric Andersen2005-04-271-1/+1
|
* http://bugs.uclibc.org/view.php?id=189Eric Andersen2005-04-267-0/+233
|
* Don't forget about libgcc_s_nof.so when processingJoakim Tjernlund2005-04-251-4/+4
| | | | libgcc_s.so
* Fix install error caused by 'ln -sf' which tries to use the target's"Steven J. Hill"2005-04-231-1/+1
| | | | | | 'ln' instead of the host. A quick grep through the other packages shows that this may be an issue as well. I will probably have more fixes later today.
* Fix broken patch. Was this even tested?"Steven J. Hill"2005-04-231-1/+1
|
* Update for latest config optionsEric Andersen2005-04-211-0/+1
|
* Do not include an empty resolv.confEric Andersen2005-04-211-0/+0
|
* don't put in a default resolv.conf. Some folks with a ro rootfsEric Andersen2005-04-211-2/+0
| | | | will want to replace this, i.e. with a symlink to /tmp
* Don't mess with /etc/default for now.Eric Andersen2005-04-212-3/+0
|
* Update init scripts a bit. Don't mess with /etc/default for now.Eric Andersen2005-04-216-47/+44
|
* Change all instances of 'ln -sf' to 'ln -snf'Eric Andersen2005-04-1511-43/+42
|
* Some minor updates for the net4521Eric Andersen2005-04-155-13/+26
|
* Add a bunch of patches snarfed from the debian gdb packageEric Andersen2005-04-1421-0/+3566
|
* switch to mips32Eric Andersen2005-04-142-4/+4
|
* Minor ltrace updatesEric Andersen2005-04-141-2/+7
|
* Update cramfs to handle switching endianness when necessaryEric Andersen2005-04-143-1/+145
|
* Fix up the build of libelf so it actually worksEric Andersen2005-04-122-6/+23
|
* Make busybox config file location a config optionEric Andersen2005-04-124-6/+19
|
* Apply patch from http://bugs.busybox.net/view.php?id=205Eric Andersen2005-04-121-1/+1
|
* remove empty directoryEric Andersen2005-04-110-0/+0
|
* delete older 2.15.94.0.2 and add new 2.16.90.0.1Mike Frysinger2005-04-1110-801/+155
|
* - glib1 does not build a .soNed Ludd2005-04-081-2/+2
|
* - fix broken concatenated lines. reported by hermannb bug #216Ned Ludd2005-04-081-1/+1
|
* SnarlCat writes: add OBJCOPY to build environment Bug #213Mike Frysinger2005-04-071-1/+2
|
* version bumpMike Frysinger2005-04-051-4/+4
|
* Minor platform updatesEric Andersen2005-03-313-1/+3
|
* update gdb a bit. remove support for ancient versions.Eric Andersen2005-03-267-618/+68
|
* Overwrite any existing link should there be oneEric Andersen2005-03-261-1/+1
|
* Add missing definition for 'struct ip_nat_multi_range_compat' soEric Andersen2005-03-221-0/+18
| | | | that iptables can compile
* force libelf to be selectedMike Frysinger2005-03-211-0/+1
|
* Bug #160, pgrayson writes: The readline package currently has a Makefile.in. ↵Mike Frysinger2005-03-212-6/+6
| | | | This patch removes the depricated Makefile.in and adds the relevant modifications to TARGETS to readline.mk.
* Bug #172, LordApollyon writes: Add support for latest openssl 0.9.7e, This ↵Mike Frysinger2005-03-212-3/+3
| | | | will update the version to download as well as one line of the patch which needed correcting.
* dont install fips crapMike Frysinger2005-03-211-0/+43
|
* Bug #110, acmay writes: The gdb version depends on BR2_HOST_GDB, but it ↵Mike Frysinger2005-03-211-2/+2
| | | | should be BR2_PACKAGE_GDB_CLIENT.
* Bump available sanitized kernel headersEric Andersen2005-03-182-16/+20
|
* Don't let the system /usr/bin/install try to strip target binariesEric Andersen2005-03-171-2/+2
| | | | | since it is too stupid to know about cross compilation, and will therefore try to use the system strip command, too ill effect.
* Add support for udev, from Nathanael NobletEric Andersen2005-03-153-0/+59
|
* Teach the kernel config to also swing both waysEric Andersen2005-03-101-0/+3
|