Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | give uclibc and busybox config files consistant variable names | Eric Andersen | 2005-02-15 | 1 | -5/+7 |
| | |||||
* | cleanup using a variable before it was defined | Eric Andersen | 2005-02-11 | 1 | -4/+2 |
| | |||||
* | fixup use of a variable before it is set | Eric Andersen | 2005-02-11 | 1 | -7/+1 |
| | |||||
* | Fix some silly bugs: a variable for gcc was used before it was defined, remove | Eric Andersen | 2005-02-11 | 2 | -10/+18 |
| | | | | '.svn' not 'CVS' from the install, add 2.4.29 kernel headers as the default. | ||||
* | There is no need to have a separate 'Makefile.in' file in the | Eric Andersen | 2005-02-10 | 10 | -24/+53 |
| | | | | | general case, therefore, combine the toplevel Makefile options such as setting TARGETS into the per-package *.mk file | ||||
* | default ldconfig to non-static | Mike Frysinger | 2005-01-27 | 1 | -0/+1 |
| | |||||
* | Patch from acmay: http://bugs.uclibc.org/view.php?id=47 | Eric Andersen | 2005-01-23 | 1 | -1/+1 |
| | | | | | | | | | | 0000047: ARM BigEndian does not allow Soft Float When ARMEB is selected for the arch I am unable to select soft float support. The toolchain/Config.in does not have a depend for armeb, it just has arm. The attached patch should cover it. | ||||
* | Patch from acmay: http://bugs.uclibc.org/view.php?id=50 | Eric Andersen | 2005-01-23 | 3 | -9/+15 |
| | | | | | | | | | | | | 0000050: gdb_server and gdb_client fixes and split Here is a patch with 2 issues. gdbserver does not depend on ncurses (just the full gdb needs it) Split out gdb client config option, to be separate from gdbserver. If you build gdb client for the host once it does not need to be rebuilt when the rest of libs change. So I build it and save it off. | ||||
* | Philip Rakity writes: | Eric Andersen | 2005-01-23 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | Hi Eric, I writing privately since I have not heard from Mike for 2 weeks about a one line patch to the gcc Makefile.in to allow the extra gcc options to be passed in. The patch is below and without it -- gcc extra's like --with-cpu=xscale do not work. The patch is as follows: | ||||
* | use target cflags | Mike Frysinger | 2004-12-24 | 1 | -3/+2 |
| | |||||
* | Update default uClibc config | Eric Andersen | 2004-12-23 | 2 | -2/+12 |
| | |||||
* | psm: also need to touchup libiberty/configure now | Mike Frysinger | 2004-12-22 | 1 | -31/+46 |
| | |||||
* | fix dependency so ldd isnt always rebuilt | Mike Frysinger | 2004-12-22 | 1 | -1/+1 |
| | |||||
* | dont output which | Mike Frysinger | 2004-12-22 | 1 | -3/+3 |
| | |||||
* | binutils 2.15.94.0.2 | Mike Frysinger | 2004-12-21 | 8 | -1/+1020 |
| | |||||
* | use which to locate apps (useful for non-Linux systems like OS X) | Mike Frysinger | 2004-12-19 | 1 | -3/+3 |
| | |||||
* | Add initial BR2_JLEVEL support, with some exceptions for apps that | Eric Andersen | 2004-12-11 | 1 | -9/+9 |
| | | | | have broken 'make -j' support | ||||
* | Kill off old unused JLEVEL junk | Eric Andersen | 2004-12-11 | 3 | -16/+16 |
| | |||||
* | Patch from Volmat Alain adding SH3/SH3EB SH4EB support | Eric Andersen | 2004-12-11 | 2 | -1/+13 |
| | |||||
* | do not inadvertantly create files | Eric Andersen | 2004-12-11 | 1 | -1/+2 |
| | |||||
* | err patch has already been merged | Mike Frysinger | 2004-12-01 | 1 | -54/+0 |
| | |||||
* | 2.15.94.0.1 released | Mike Frysinger | 2004-11-23 | 9 | -3/+1074 |
| | |||||
* | patch is still needed | Mike Frysinger | 2004-11-22 | 2 | -0/+20 |
| | |||||
* | add gcc 3.3.5/3.4.3 options | Mike Frysinger | 2004-11-17 | 2 | -2/+8 |
| | |||||
* | copy 3.4.2 and remove patches no longer needed | Mike Frysinger | 2004-11-17 | 10 | -0/+4366 |
| | |||||
* | add some help text | Mike Frysinger | 2004-11-17 | 1 | -5/+3 |
| | |||||
* | direct copy from 3.3.4 | Mike Frysinger | 2004-11-17 | 8 | -0/+5491 |
| | |||||
* | fix config scripts for sh | Mike Frysinger | 2004-11-13 | 3 | -6/+33 |
| | |||||
* | Fix 2.14.90.0.8 / 2.15 selection. | Manuel Novoa III | 2004-11-05 | 1 | -1/+2 |
| | |||||
* | Sometime around 2.4.22-23, the mips pt_regs.h fields were reordered, breaking | Manuel Novoa III | 2004-10-31 | 1 | -0/+28 |
| | | | | | coredump handling by gdb for current kernels. Update the hardcoded constants to reflect the change. | ||||
* | Upstream bug fix. | Manuel Novoa III | 2004-10-31 | 1 | -0/+12 |
| | |||||
* | Integrate some patches extracted from gcc-3.4_3.4.2-3.diff. | Manuel Novoa III | 2004-10-31 | 4 | -0/+440 |
| | |||||
* | Integrate some debian patches, extracted from binutils_2.15-4.diff. | Manuel Novoa III | 2004-10-31 | 5 | -0/+223 |
| | |||||
* | Allow selection of specific (supported) versions... specificly the 2.6.8 | Manuel Novoa III | 2004-10-27 | 1 | -7/+15 |
| | | | | headers with the (mostly mips related) cleanup patch. | ||||
* | doh | Eric Andersen | 2004-10-26 | 1 | -1/+1 |
| | |||||
* | Update to the latest linux-libc-headers | Eric Andersen | 2004-10-25 | 2 | -3/+12 |
| | |||||
* | Kristian Hoffmann writes: | Eric Andersen | 2004-10-19 | 4 | -9/+4 |
| | | | | | | | | | TARGET_LANGUAGES wasn't being set correctly if you enable GCJ or C++ in the buildroot config. It looks like INSTALL_LIBSTDCPP and INSTALL_LIBGCJ were renamed to BR2_INSTALL_... in the config system, but not in the gcc and ccache makefiles. -Kristian | ||||
* | fix binutils_target-clean | Mike Frysinger | 2004-10-19 | 1 | -0/+3 |
| | |||||
* | fix the gcc_target-clean target | Mike Frysinger | 2004-10-19 | 1 | -1/+1 |
| | |||||
* | force patches to be converted -p1 | Mike Frysinger | 2004-10-19 | 1 | -1/+1 |
| | |||||
* | Apply compressed patches as well | Eric Andersen | 2004-10-18 | 1 | -1/+1 |
| | |||||
* | Remove the non-compressed copy of this patch | Eric Andersen | 2004-10-18 | 1 | -0/+0 |
| | |||||
* | allow for overriding the default -p1 arguement to patch | Mike Frysinger | 2004-10-18 | 1 | -1/+1 |
| | |||||
* | Patch from Thomas Lundquist to fix a thinko | Eric Andersen | 2004-10-18 | 1 | -1/+1 |
| | |||||
* | do some touching to sync timestamps | Mike Frysinger | 2004-10-15 | 1 | -0/+5 |
| | |||||
* | Build the uClibc utils with the uClibc-targeted toolchain. | Manuel Novoa III | 2004-10-15 | 1 | -10/+7 |
| | | | | While the host utils are also built, they are not currently installed. | ||||
* | -xvf -> $(TAR_OPTIONS) | Mike Frysinger | 2004-10-11 | 7 | -9/+9 |
| | |||||
* | depend on ncurses | Eric Andersen | 2004-10-10 | 2 | -8/+10 |
| | |||||
* | Andrew May writes: | Eric Andersen | 2004-10-10 | 2 | -3/+3 |
| | | | | | | | | | | | | | A few more little ones. busybox fdisk with large files should be removed without large files. gdbtarget/gdb_client got mixed up in the Makefile.in. I think gdbtarget should have a depend on ncurses but I am not sure if it should go in the config or in the .mk. It may be nice to split out the server and client. uclibc.mk was checking BR2_SOFT_FLOAT for true not y. | ||||
* | Fixup SOFT_FLOAT handling | Eric Andersen | 2004-10-09 | 3 | -9/+4 |
| |